Chromium Code Reviews| 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); |