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

Unified Diff: test/dart2js/minify_configuration_overrides_mode_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/minify_configuration_overrides_mode_test.dart
diff --git a/test/dart2js/minify_configuration_overrides_mode_test.dart b/test/dart2js/minify_configuration_overrides_mode_test.dart
index de89510302e5341196bdd74ee1f195e3c8dfb078..8a5f532dd0cb22e0e8dfef6098fef32b265fe28d 100644
--- a/test/dart2js/minify_configuration_overrides_mode_test.dart
+++ b/test/dart2js/minify_configuration_overrides_mode_test.dart
@@ -20,7 +20,8 @@ main() {
])
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("main.dart.js", isMinifiedDart2JSOutput);
endPubServe();
});
« no previous file with comments | « test/dart2js/minifies_in_release_mode_test.dart ('k') | test/dart2js/omits_source_map_if_sourceMaps_false_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698