| Index: dart/tests/language/import_core_no_prefix_test.dart
|
| diff --git a/dart/tests/language/import_core_no_prefix_test.dart b/dart/tests/language/import_core_no_prefix_test.dart
|
| index ac5e67001f1a35011780aa59e7ff280c036b94e7..17255d74daa2eeee66d9b339deb90d91569d6469 100644
|
| --- a/dart/tests/language/import_core_no_prefix_test.dart
|
| +++ b/dart/tests/language/import_core_no_prefix_test.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| // Dart test program importing the core library explicitly.
|
|
|
| -library ImportCoreNoPrefixTest;
|
| -import "dart:core";
|
| +#library("ImportCoreNoPrefixTest.dart");
|
| +#import("dart:core");
|
|
|
| main() {
|
| print('"dart:core" imported.');
|
|
|