| Index: tests/standalone/typed_array_test.dart
|
| diff --git a/tests/standalone/typed_array_test.dart b/tests/standalone/typed_array_test.dart
|
| index 007f9ec1074c6d91cd5327b2444587ce299dbfb1..b7d5b875feedf7578b817fe98262c7f060716bb3 100644
|
| --- a/tests/standalone/typed_array_test.dart
|
| +++ b/tests/standalone/typed_array_test.dart
|
| @@ -8,7 +8,7 @@
|
| library TypedArray;
|
| import "package:expect/expect.dart";
|
| import 'dart:isolate';
|
| -import 'dart:typeddata';
|
| +import 'dart:typed_data';
|
|
|
| void main() {
|
| int8_receiver();
|
|
|