Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: dart/tests/language/import_core_no_prefix_test.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.');
« no previous file with comments | « dart/tests/language/import_core_impl_no_prefix_test.dart ('k') | dart/tests/language/import_core_prefix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698