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

Unified Diff: test/dart2js/output_can_be_consumed_by_successive_phases.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes Created 5 years, 4 months 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: test/dart2js/output_can_be_consumed_by_successive_phases.dart
diff --git a/test/dart2js/output_can_be_consumed_by_successive_phases.dart b/test/dart2js/output_can_be_consumed_by_successive_phases.dart
index cdc5cf536944be408eb69d15d3d0ce822f9cd2db..70cf20e1636391c20cb01f62de27ed41bec9bdaa 100644
--- a/test/dart2js/output_can_be_consumed_by_successive_phases.dart
+++ b/test/dart2js/output_can_be_consumed_by_successive_phases.dart
@@ -42,7 +42,8 @@ main() {
createLockFile('myapp', pkg: ['barback']);
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("main.dart.out", isUnminifiedDart2JSOutput);
endPubServe();
});
« no previous file with comments | « test/dart2js/omits_source_map_in_release_test.dart ('k') | test/dart2js/outputs_deferred_libraries_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698