| Index: dart/tests/compiler/dart2js_extra/mirrors_test.dart
|
| diff --git a/dart/tests/compiler/dart2js_extra/mirrors_test.dart b/dart/tests/compiler/dart2js_extra/mirrors_test.dart
|
| index d9df6c57ea8b7e9d50f251cedf92a4337c8605cb..cc56f5e9eb00dec3007debbe774dc7da4341ac45 100644
|
| --- a/dart/tests/compiler/dart2js_extra/mirrors_test.dart
|
| +++ b/dart/tests/compiler/dart2js_extra/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);
|
| + test.isDart2js = true;
|
| + test.main();
|
| }
|
|
|