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

Unified Diff: dart/tests/try/poi/library_updater_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/compiler_test_case.dart ('k') | dart/tests/try/poi/qualified_names_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/poi/library_updater_test.dart
diff --git a/dart/tests/try/poi/library_updater_test.dart b/dart/tests/try/poi/library_updater_test.dart
index 5bcff7c730fe1bee6194052db85d88a7ea2a8381..d97dbed83fefdbaeeffaee6383173b90558ad9d8 100644
--- a/dart/tests/try/poi/library_updater_test.dart
+++ b/dart/tests/try/poi/library_updater_test.dart
@@ -33,7 +33,7 @@ class LibraryUpdaterTestCase extends CompilerTestCase {
this.expectedUpdates = updates,
super(before);
- Future run() => mainApp.then((LibraryElement library) {
+ Future run() => loadMainApp().then((LibraryElement library) {
LibraryUpdater updater =
new LibraryUpdater(this.compiler, null, scriptUri, nolog, nolog);
bool actualCanReuse =
« no previous file with comments | « dart/tests/try/poi/compiler_test_case.dart ('k') | dart/tests/try/poi/qualified_names_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698