| Index: dart/tests/try/poi/qualified_names_test.dart
|
| diff --git a/dart/tests/try/poi/qualified_names_test.dart b/dart/tests/try/poi/qualified_names_test.dart
|
| index 04a969cd00447be8080d790b03365f404bf8629a..0d512f3fc78c920adbddd47e0777be5213f08e86 100644
|
| --- a/dart/tests/try/poi/qualified_names_test.dart
|
| +++ b/dart/tests/try/poi/qualified_names_test.dart
|
| @@ -19,7 +19,7 @@ class NameTestCase extends CompilerTestCase {
|
| NameTestCase(String source, this.check)
|
| : super(source);
|
|
|
| - Future run() => mainApp.then(check);
|
| + Future run() => loadMainApp().then(check);
|
| }
|
|
|
| main() {
|
|
|