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

Unified Diff: dart/tests/try/web/incremental_compilation_update_test.dart

Issue 757043002: Various clean up. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 | « dart/tests/try/poi/qualified_names_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/web/incremental_compilation_update_test.dart
diff --git a/dart/tests/try/web/incremental_compilation_update_test.dart b/dart/tests/try/web/incremental_compilation_update_test.dart
index d9d0a110332e35140d13643d46cb17004774518d..d8fea21da3ffe3407a75f7fb2e87c187cb0e5fe2 100644
--- a/dart/tests/try/web/incremental_compilation_update_test.dart
+++ b/dart/tests/try/web/incremental_compilation_update_test.dart
@@ -1155,7 +1155,7 @@ class SerializeScopeTestCase extends CompilerTestCase {
: scopeInfo = computeScopeInfo(compiler, library),
super(source, '${library.canonicalUri}');
- Future run() => mainApp.then(checkScopes);
+ Future run() => loadMainApp().then(checkScopes);
void checkScopes(LibraryElement library) {
Expect.stringEquals(computeScopeInfo(compiler, library), scopeInfo);
« no previous file with comments | « dart/tests/try/poi/qualified_names_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698