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

Unified Diff: test/dart2js/source_maps_include_core_libs_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/source_maps_include_core_libs_test.dart
diff --git a/test/dart2js/source_maps_include_core_libs_test.dart b/test/dart2js/source_maps_include_core_libs_test.dart
index 520824e486f536161d1c463c8b45d57cd6627583..073c5a1c9d59b85f1394f041e550a3eb8cb1cf66 100644
--- a/test/dart2js/source_maps_include_core_libs_test.dart
+++ b/test/dart2js/source_maps_include_core_libs_test.dart
@@ -23,6 +23,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["build", "--mode", "debug"],
output: new RegExp(r'Built \d+ files to "build".'),
exitCode: 0);
« no previous file with comments | « test/dart2js/source_maps_include_core_libs_in_subdirectory_test.dart ('k') | test/dart2js/supports_valid_options_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698