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

Unified Diff: dart/tests/try/poi/qualified_names_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
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() {
« no previous file with comments | « dart/tests/try/poi/library_updater_test.dart ('k') | dart/tests/try/web/incremental_compilation_update_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698