| Index: tests/html/typed_arrays_5_test.dart
|
| diff --git a/tests/html/typed_arrays_5_test.dart b/tests/html/typed_arrays_5_test.dart
|
| index df36a826f1c37229de107186dc6f989cf11f0ae4..3c6948de432f3ce99256db9d3cee049e05df9751 100644
|
| --- a/tests/html/typed_arrays_5_test.dart
|
| +++ b/tests/html/typed_arrays_5_test.dart
|
| @@ -6,7 +6,7 @@ library typed_arrays_5_test;
|
| 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();
|
|
|