| Index: tests/standalone/io/file_typed_data_test.dart
|
| diff --git a/tests/standalone/io/file_typed_data_test.dart b/tests/standalone/io/file_typed_data_test.dart
|
| index 2c00cef0d53b055085574ae81b17fc3b1ba94c67..9e02bcd5c2724b10bbee73ea66f2203ad65237cb 100644
|
| --- a/tests/standalone/io/file_typed_data_test.dart
|
| +++ b/tests/standalone/io/file_typed_data_test.dart
|
| @@ -8,7 +8,7 @@ import "package:expect/expect.dart";
|
| import 'dart:async';
|
| import 'dart:io';
|
| import 'dart:isolate';
|
| -import 'dart:typeddata';
|
| +import 'dart:typed_data';
|
|
|
| void testWriteInt8ListAndView() {
|
| ReceivePort port = new ReceivePort();
|
|
|