Index: pkg/dev_compiler/test/codegen/lib/html/typed_arrays_5_test.dart |
diff --git a/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_5_test.dart b/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_5_test.dart |
index db149f68179883f74a01db7cad337f634ecad595..555a7c94174763bd9baff74852d605fe28d23195 100644 |
--- a/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_5_test.dart |
+++ b/pkg/dev_compiler/test/codegen/lib/html/typed_arrays_5_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_5_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; |