Chromium Code Reviews| Index: tests/standalone/float_array_test.dart |
| =================================================================== |
| --- tests/standalone/float_array_test.dart (revision 19416) |
| +++ tests/standalone/float_array_test.dart (working copy) |
| @@ -7,7 +7,7 @@ |
| // Library tag to be able to run in html test framework. |
| library FloatArrayTest; |
| -import 'dart:scalarlist'; |
| +import 'dart:typeddata'; |
| void testCreateFloat32Array() { |
| Float32List floatArray; |