Index: tests/language/library_ambiguous_test.dart |
=================================================================== |
--- tests/language/library_ambiguous_test.dart (revision 25321) |
+++ tests/language/library_ambiguous_test.dart (working copy) |
@@ -5,7 +5,6 @@ |
// This test should fail to load because we are importing two libraries |
// which define the same top level name foo, and we are referring to the name. |
-library Library1NegativeTest.dart; |
import "library1.dart"; // Defines top level variable 'foo' |
import "library2.dart"; // Defines top level variable 'foo' |