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

Unified Diff: tests/language/src/Library2NegativeTest.dart

Issue 8431016: fix some tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: passing tests for vm,dartc Created 9 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: tests/language/src/Library2NegativeTest.dart
diff --git a/tests/language/src/Library2NegativeTest.dart b/tests/language/src/Library2NegativeTest.dart
index c92b52abb2656882a8f0cc5303706f8f6cda6818..a5fe21b71a4d51864ef3c83aaa86960f1dadc825 100644
--- a/tests/language/src/Library2NegativeTest.dart
+++ b/tests/language/src/Library2NegativeTest.dart
@@ -6,8 +6,8 @@
// which define the same top level name.
#library("Library2NegativeTest.dart");
-#import("library3.dart"); // imports library2.dart which defines foo/foo1.
#import("library4.dart"); // imports library2.dart and defines foo/foo1.
+#import("library2.dart");
Ivan Posva 2012/01/11 01:10:03 Why was this test changed? This was carefully craf
main() {
Expect.equals(0, foo1);

Powered by Google App Engine
This is Rietveld 408576698