| Index: tests/html/typed_arrays_4_test.dart
|
| diff --git a/tests/html/typed_arrays_4_test.dart b/tests/html/typed_arrays_4_test.dart
|
| index 71b0281ca922b814a713aebec1c97ca103d578d2..11a39e8da856d94c9c3a1d21b60e24f48d79bfd2 100644
|
| --- a/tests/html/typed_arrays_4_test.dart
|
| +++ b/tests/html/typed_arrays_4_test.dart
|
| @@ -6,7 +6,7 @@ library TypedArrays4Test;
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| import '../../pkg/unittest/lib/html_config.dart';
|
| import 'dart:html';
|
| -import 'dart:typeddata';
|
| +import 'dart:typed_data';
|
|
|
| main() {
|
| useHtmlConfiguration();
|
|
|