Index: dart/tests/try/poi/apply_updates_test.dart |
diff --git a/dart/tests/try/poi/apply_updates_test.dart b/dart/tests/try/poi/apply_updates_test.dart |
index 91ecd9a53d2203e650fb1d44ce5ff9b14251ba14..8d7943592a69f474b1908c9f861c1fd6e2d8d073 100644 |
--- a/dart/tests/try/poi/apply_updates_test.dart |
+++ b/dart/tests/try/poi/apply_updates_test.dart |
@@ -32,7 +32,7 @@ class ApplyUpdateTestCase extends LibraryUpdaterTestCase { |
: this.expectedUpdate = update, |
super(before: before, after: after, canReuse: true); |
- Future run() => mainApp.then((LibraryElement library) { |
+ Future run() => loadMainApp().then((LibraryElement library) { |
// Capture the current version of [before] before invoking the [updater]. |
PartialFunctionElement before = library.localLookup(expectedUpdate); |
var beforeNode = before.parseNode(compiler); |