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

Unified Diff: test/dart2js/supports_valid_options_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/supports_valid_options_test.dart
diff --git a/test/dart2js/supports_valid_options_test.dart b/test/dart2js/supports_valid_options_test.dart
index ec02f4dd19cff2d88b1dc7e5bb7ed70d5968561c..7ced80766b21f83a5e333ae766678f71660ad4a8 100644
--- a/test/dart2js/supports_valid_options_test.dart
+++ b/test/dart2js/supports_valid_options_test.dart
@@ -34,8 +34,10 @@ main() {
])
]).create();
+ pubGet();
+
// None of these options should be rejected, either by pub or by dart2js.
- pubServe(shouldGetFirst: true);
+ pubServe();
requestShouldSucceed("main.dart.js", isNot(isEmpty));
endPubServe();
});
« no previous file with comments | « test/dart2js/source_maps_include_core_libs_test.dart ('k') | test/dart2js/unminified_in_nonrelease_mode_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698