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

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: 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..0d1a7d025944cc07079d4d58ec9c0a6eef3ed1fa 100644
--- a/tests/language/src/Library2NegativeTest.dart
+++ b/tests/language/src/Library2NegativeTest.dart
@@ -8,6 +8,7 @@
#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");
jimhug 2011/10/31 23:36:31 This seems totally broken to me without this line.
ngeoffray 2011/11/01 08:17:34 The problem is that the libraries are not imported
kasperl 2011/11/01 11:11:29 To me it looks like importing library4 alone is en
jimhug 2011/11/01 15:07:11 Here's my take: Importing just library4 and then
ngeoffray 2011/11/01 15:18:31 OK, I re-checked the source files. I think Kasper'
main() {
Expect.equals(0, foo1);

Powered by Google App Engine
This is Rietveld 408576698