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

Unified Diff: dart/tests/language/library12.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/library11.dart ('k') | dart/tests/language/library1_lib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/library12.dart
diff --git a/dart/tests/language/library12.dart b/dart/tests/language/library12.dart
index aff5ca33e070e4a8ecee3223a8e271ce2d8ef6bf..635a8f2f5e5f2843141a91ead350eb149aa91970 100644
--- a/dart/tests/language/library12.dart
+++ b/dart/tests/language/library12.dart
@@ -3,9 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
//
-library library12;
+#library("library12.dart");
-import "library11.dart";
+#import("library11.dart");
class Library12 {
Library12(this.fld);
Library12.other(fld, multiplier) {
« no previous file with comments | « dart/tests/language/library11.dart ('k') | dart/tests/language/library1_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698