| Index: tests/html/blob_constructor_test.dart
|
| diff --git a/tests/html/blob_constructor_test.dart b/tests/html/blob_constructor_test.dart
|
| index 480ab88b24e98d250166aab720445dda48b2dd75..ea3ec66c39fa7c8a8dea8d303842a8dfdbf639e3 100644
|
| --- a/tests/html/blob_constructor_test.dart
|
| +++ b/tests/html/blob_constructor_test.dart
|
| @@ -6,7 +6,7 @@ library blob_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();
|
|
|