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