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

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

Issue 8431016: fix some tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: prereviewed 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
« no previous file with comments | « tests/language/src/TypeVariableScopeTest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/src/libraryE.dart
diff --git a/tests/language/src/libraryE.dart b/tests/language/src/libraryE.dart
index 0a9d4f39897dc27860b09c9fab47158cad4be183..de5086d2d8866447f1e18139fcbac389205fc46e 100644
--- a/tests/language/src/libraryE.dart
+++ b/tests/language/src/libraryE.dart
@@ -7,4 +7,4 @@
#import("libraryC.dart");
#import("libraryF.dart");
-var fooE = 0;
+var fooE = fooC;
jimhug 2011/11/01 15:07:11 This is needed since importers of libraryE rely on
« no previous file with comments | « tests/language/src/TypeVariableScopeTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698