| Index: tests/standalone/typed_data_test.dart
|
| diff --git a/tests/standalone/typed_data_test.dart b/tests/standalone/typed_data_test.dart
|
| index 141a0827465dfebc9f6861d269c3cbfde4200736..21f17a5bc06ed3fcd050e6642c41e12286a32020 100644
|
| --- a/tests/standalone/typed_data_test.dart
|
| +++ b/tests/standalone/typed_data_test.dart
|
| @@ -8,7 +8,7 @@
|
| library TypedDataTest;
|
|
|
| import "package:expect/expect.dart";
|
| -import 'dart:typeddata';
|
| +import 'dart:typed_data';
|
|
|
| void testCreateUint8TypedData() {
|
| Uint8List typed_data;
|
|
|