Index: runtime/tests/vm/dart/byte_array_test.dart |
diff --git a/runtime/tests/vm/dart/byte_array_test.dart b/runtime/tests/vm/dart/byte_array_test.dart |
index f57f5511271e0a47ebae94f4e7adc7b82de6483c..0f3fe9673495561c0c4b98285b5eb91173dd98b0 100644 |
--- a/runtime/tests/vm/dart/byte_array_test.dart |
+++ b/runtime/tests/vm/dart/byte_array_test.dart |
@@ -6,7 +6,7 @@ |
library byte_array_test; |
import "package:expect/expect.dart"; |
-import 'dart:typeddata'; |
+import 'dart:typed_data'; |
class ByteArrayTest { |
static testInt8ListImpl(Int8List array) { |