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

Unified Diff: test/dart2js/compiles_entrypoints_in_root_package_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/compiles_entrypoints_in_root_package_test.dart
diff --git a/test/dart2js/compiles_entrypoints_in_root_package_test.dart b/test/dart2js/compiles_entrypoints_in_root_package_test.dart
index 886f5fdf922404b567e4bea827d2bd093f9c8d3d..89ad9f4bd13befd8971e23c063b20219199af58d 100644
--- a/test/dart2js/compiles_entrypoints_in_root_package_test.dart
+++ b/test/dart2js/compiles_entrypoints_in_root_package_test.dart
@@ -38,6 +38,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["build", "benchmark", "foo", "web"],
output: new RegExp(r'Built 6 files to "build".'));
« no previous file with comments | « test/dart2js/allows_import_in_dart_code_test.dart ('k') | test/dart2js/converts_isolate_entrypoint_in_web_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698