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

Unified Diff: dart/tests/language/import_core_impl_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_impl_no_prefix_test.dart
diff --git a/dart/tests/language/import_core_impl_no_prefix_test.dart b/dart/tests/language/import_core_impl_no_prefix_test.dart
index abeac8428a0627550d9888a39821c6b5926c01ca..434d6067a05e5ef02b18aa85ca049f3fa64cf591 100644
--- a/dart/tests/language/import_core_impl_no_prefix_test.dart
+++ b/dart/tests/language/import_core_impl_no_prefix_test.dart
@@ -4,8 +4,8 @@
// Dart test program importing the core library explicitly.
-library ImportCoreImplNoPrefixTest;
-import "dart:coreimpl";
+#library("ImportCoreImplNoPrefixTest.dart");
+#import("dart:coreimpl");
main() {
var e = new SplayTreeMap();
« no previous file with comments | « dart/tests/language/illegal_invocation_test.dart ('k') | dart/tests/language/import_core_no_prefix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698