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..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); |