| Index: dart/tests/compiler/dart2js_extra/minified_mirrors_test.dart
|
| diff --git a/dart/tests/compiler/dart2js_extra/minified_mirrors_test.dart b/dart/tests/compiler/dart2js_extra/minified_mirrors_test.dart
|
| index 71533b40f6bb6de6df4d1bb276f9947616c28e78..e79b7437364002ec15926e114d9fa99de536793b 100644
|
| --- a/dart/tests/compiler/dart2js_extra/minified_mirrors_test.dart
|
| +++ b/dart/tests/compiler/dart2js_extra/minified_mirrors_test.dart
|
| @@ -5,8 +5,10 @@
|
| // This test should be removed when dart2js can pass all mirror tests.
|
| // TODO(ahe): Remove this test.
|
|
|
| -import '../../lib/mirrors/mirrors_test.dart';
|
| +import '../../lib/mirrors/mirrors_test.dart' as test;
|
|
|
| main() {
|
| - mainWithArgument(isDart2js: true, isMinified: true);
|
| + test.isDart2js = true;
|
| + test.isMinified = true;
|
| + test.main();
|
| }
|
|
|