| Index: tests/lib/mirrors/dart2js_mirrors_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/mirrors_test.dart b/tests/lib/mirrors/dart2js_mirrors_test.dart
|
| similarity index 87%
|
| rename from tests/compiler/dart2js_extra/mirrors_test.dart
|
| rename to tests/lib/mirrors/dart2js_mirrors_test.dart
|
| index cc56f5e9eb00dec3007debbe774dc7da4341ac45..4ebe77c5214b17906c985dae41d945fa871385a6 100644
|
| --- a/tests/compiler/dart2js_extra/mirrors_test.dart
|
| +++ b/tests/lib/mirrors/dart2js_mirrors_test.dart
|
| @@ -6,7 +6,7 @@
|
| // TODO(ahe): Remove this test.
|
|
|
|
|
| -import '../../lib/mirrors/mirrors_test.dart' as test;
|
| +import 'mirrors_test.dart' as test;
|
|
|
| main() {
|
| test.isDart2js = true;
|
|
|