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

Unified Diff: test/dart2js/unminified_in_nonrelease_mode_test.dart

Issue 1281623002: Fix a bunch of pub tests that started running "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/unminified_in_nonrelease_mode_test.dart
diff --git a/test/dart2js/unminified_in_nonrelease_mode_test.dart b/test/dart2js/unminified_in_nonrelease_mode_test.dart
index 831ad6d8821d17055b77256cb769eab4fdd8de95..ef8187c9cf6876baa9cde4d339440ab2d5c5072f 100644
--- a/test/dart2js/unminified_in_nonrelease_mode_test.dart
+++ b/test/dart2js/unminified_in_nonrelease_mode_test.dart
@@ -15,7 +15,7 @@ main() {
])
]).create();
- pubServe(args: ["--mode", "whatever"]);
+ pubServe(args: ["--mode", "whatever"], shouldGetFirst: true);
requestShouldSucceed("main.dart.js", isUnminifiedDart2JSOutput);
endPubServe();
});
« no previous file with comments | « test/dart2js/supports_valid_options_test.dart ('k') | test/global/activate/activate_path_after_hosted_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698