| Index: pkg/dev_compiler/test/codegen/lib/html/typed_arrays_dataview_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_dataview_test.dart b/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_dataview_test.dart
|
| index a56aecd27ea23c9841787a93d862575cd3eeaca7..cd78a4064153c4d795d1d491f1a3e3cac8cd71cb 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_dataview_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_dataview_test.dart
|
| @@ -2,15 +2,12 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library typed_arrays_dataview_test;
|
| -import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_config.dart';
|
| import 'dart:html';
|
| import 'dart:typed_data';
|
|
|
| -main() {
|
| - useHtmlConfiguration();
|
| +import 'package:expect/minitest.dart';
|
|
|
| +main() {
|
| // Only perform tests if ArrayBuffer is supported.
|
| if (!Platform.supportsTypedData) {
|
| return;
|
|
|