| 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 =
|
|
|