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

Unified Diff: dart/tests/try/poi/apply_updates_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/site/try/poi/scope_information_visitor.dart ('k') | dart/tests/try/poi/compiler_test_case.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « dart/site/try/poi/scope_information_visitor.dart ('k') | dart/tests/try/poi/compiler_test_case.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698