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

Unified Diff: test/dart2js/outputs_deferred_libraries_test.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/outputs_deferred_libraries_test.dart
diff --git a/test/dart2js/outputs_deferred_libraries_test.dart b/test/dart2js/outputs_deferred_libraries_test.dart
index f7c5fee1e4739c12c25e6bb2e250fb63870c9758..4c441dcc46b1c8660be11d037f12034e159f301d 100644
--- a/test/dart2js/outputs_deferred_libraries_test.dart
+++ b/test/dart2js/outputs_deferred_libraries_test.dart
@@ -48,6 +48,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["build"],
output: new RegExp(r'Built 3 files to "build".'));

Powered by Google App Engine
This is Rietveld 408576698