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

Unified Diff: test/dart2js/does_not_compile_if_disabled_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/does_not_compile_if_disabled_test.dart
diff --git a/test/dart2js/does_not_compile_if_disabled_test.dart b/test/dart2js/does_not_compile_if_disabled_test.dart
index 3c8872c10db0162044b9abb4cca61bd15122a21e..4b0660bf3cf5b490ae0b1a5930c159e81037fdf1 100644
--- a/test/dart2js/does_not_compile_if_disabled_test.dart
+++ b/test/dart2js/does_not_compile_if_disabled_test.dart
@@ -15,7 +15,8 @@ main() {
])
]).create();
- pubServe(args: ["--no-dart2js"], shouldGetFirst: true);
+ pubGet();
+ pubServe(args: ["--no-dart2js"]);
requestShould404("main.dart.js");
endPubServe();
});

Powered by Google App Engine
This is Rietveld 408576698