Chromium Code Reviews| Index: tests/standalone/int_array_test.dart |
| =================================================================== |
| --- tests/standalone/int_array_test.dart (revision 18956) |
| +++ tests/standalone/int_array_test.dart (working copy) |
| @@ -7,7 +7,7 @@ |
| // Library tag to be able to run in html test framework. |
| library IntArrayTest; |
| -import 'dart:scalarlist'; |
| +import 'dart:typeddata'; |
| void testInt16() { |
| Int16List intArray = new Int16List(4); |