| Index: tests/html/typed_arrays_3_test.dart
|
| diff --git a/tests/html/typed_arrays_3_test.dart b/tests/html/typed_arrays_3_test.dart
|
| index 16537cb53fbcddf80b1b9a1c81799c360892c8e4..53f0b8d94b531a17a0d4071a3a4ad1b5b9ce6302 100644
|
| --- a/tests/html/typed_arrays_3_test.dart
|
| +++ b/tests/html/typed_arrays_3_test.dart
|
| @@ -6,7 +6,7 @@ library TypedArrays3Test;
|
| 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();
|
|
|