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

Unified Diff: dart/tests/language/prefix12_negative_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
« no previous file with comments | « dart/tests/language/prefix11_test.dart ('k') | dart/tests/language/prefix12_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/prefix12_negative_test.dart
diff --git a/dart/tests/language/prefix12_negative_test.dart b/dart/tests/language/prefix12_negative_test.dart
index a18042da6055be9591752f9429ab1d4faef301d9..10fe99e658dc4426a22e9947bf501e4083ba1cf1 100644
--- a/dart/tests/language/prefix12_negative_test.dart
+++ b/dart/tests/language/prefix12_negative_test.dart
@@ -4,8 +4,8 @@
//
// Symbols in libraries imported by the prefixed library should not be visible
-library Prefix12NegativeTest;
-import "library12.dart" as lib12;
+#library("Prefix12NegativeTest.dart");
+#import("library12.dart", prefix:"lib12");
main() {
var obj = lib12.top_level11; // Error, variable should not be visible
« no previous file with comments | « dart/tests/language/prefix11_test.dart ('k') | dart/tests/language/prefix12_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698