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

Unified Diff: dart/tests/language/multi_pass_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/multi_pass_b.dart ('k') | dart/tests/language/numbers_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/multi_pass_test.dart
diff --git a/dart/tests/language/multi_pass_test.dart b/dart/tests/language/multi_pass_test.dart
index fa424074476b3fb76095c4b3aee25410db6b704a..fc3581762c5d292496665d9abd471c7ce825a906 100644
--- a/dart/tests/language/multi_pass_test.dart
+++ b/dart/tests/language/multi_pass_test.dart
@@ -3,9 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
// Dart test for loading several dart files and resolving superclasses lazily.
-library MultiPassTest;
-part "multi_pass_a.dart";
-part "multi_pass_b.dart";
+#library("MultiPassTest.dart");
+#source("multi_pass_a.dart");
+#source("multi_pass_b.dart");
class Base {
« no previous file with comments | « dart/tests/language/multi_pass_b.dart ('k') | dart/tests/language/numbers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698