Chromium Code Reviews| Index: tests/standalone/int_array_test.dart |
| diff --git a/tests/standalone/int_array_test.dart b/tests/standalone/int_array_test.dart |
| index 3712a4275cd66fcfacdcd1f02b7224abe7488073..1f3d0cdfb9e36b6f11add29cfa3a51216802acfb 100644 |
| --- a/tests/standalone/int_array_test.dart |
| +++ b/tests/standalone/int_array_test.dart |
| @@ -8,7 +8,7 @@ |
| library IntArrayTest; |
| import "package:expect/expect.dart"; |
| -import 'dart:typeddata'; |
| +import 'dart:typed_data'; |
| void testInt16() { |
| Int16List intArray = new Int16List(4); |