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

Unified Diff: test/dart2js/includes_source_maps_in_debug_test.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: 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/includes_source_maps_in_debug_test.dart
diff --git a/test/dart2js/includes_source_maps_in_debug_test.dart b/test/dart2js/includes_source_maps_in_debug_test.dart
index 23d15e4b3688e0ca6aa23f6c691c6b52e4e37e2d..bbfd3fb744f46a837d1e928e7a43f9e453ef035d 100644
--- a/test/dart2js/includes_source_maps_in_debug_test.dart
+++ b/test/dart2js/includes_source_maps_in_debug_test.dart
@@ -16,6 +16,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["build", "--mode", "debug"],
output: new RegExp(r'Built \d+ files to "build".'),
exitCode: 0);

Powered by Google App Engine
This is Rietveld 408576698