| Index: dart/tests/lib/mirrors/mirrors_test.dart
|
| diff --git a/dart/tests/lib/mirrors/mirrors_test.dart b/dart/tests/lib/mirrors/mirrors_test.dart
|
| index c7e848a6907502370bd019adf6f4395e5e4b6d4c..522e187738e7a19d3c4d016bc1b2c34dd0080bbf 100644
|
| --- a/dart/tests/lib/mirrors/mirrors_test.dart
|
| +++ b/dart/tests/lib/mirrors/mirrors_test.dart
|
| @@ -5,9 +5,9 @@
|
| // TODO(rmacnak): Move the existing mirror tests here (a place for
|
| // cross-implementation tests).
|
|
|
| -library MirrorsTest;
|
| -import "dart:mirrors";
|
| -import "../../../pkg/unittest/unittest.dart";
|
| +#library("MirrorsTest.dart");
|
| +#import("dart:mirrors");
|
| +#import("../../../pkg/unittest/unittest.dart");
|
|
|
| var topLevelField;
|
|
|
|
|