| Index: pkg/dev_compiler/test/codegen/lib/html/element_types_constructors6_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/element_types_constructors6_test.dart b/pkg/dev_compiler/test/codegen/lib/html/element_types_constructors6_test.dart
|
| index 6049ffc72e736bb4a0e0dd3caf7b3eedfd71d9ed..23f4cd5585de580e6b87a9aadbd7a0ddd671d187 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/element_types_constructors6_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/element_types_constructors6_test.dart
|
| @@ -2,15 +2,11 @@
|
| // 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 element_types_constructors6_test;
|
| -
|
| -import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_individual_config.dart';
|
| import 'dart:html';
|
|
|
| -main() {
|
| - useHtmlIndividualConfiguration();
|
| +import 'package:minitest/minitest.dart';
|
|
|
| +main() {
|
| check(String name, bool fn(), [bool supported = true]) {
|
| test(name, () {
|
| var expectation = supported ? returnsNormally : throws;
|
|
|