| Index: pkg/dev_compiler/test/codegen/lib/html/typed_arrays_2_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_2_test.dart b/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_2_test.dart
|
| index 5a0d83a4db8076814fdbe6859c4ad56f8addeca6..15a0bd6a5959174d5ae57af09883335536fac1ac 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_2_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_2_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 TypedArrays2Test;
|
| -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;
|
|
|