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

Unified Diff: test/dart2js/does_not_support_invalid_environment_type_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_support_invalid_environment_type_test.dart
diff --git a/test/dart2js/does_not_support_invalid_environment_type_test.dart b/test/dart2js/does_not_support_invalid_environment_type_test.dart
index 6fffe7e29e23ec18fccd37632c5bbddb3f739ad4..e31889ef133ff85d98e782bc6834c743d4223d88 100644
--- a/test/dart2js/does_not_support_invalid_environment_type_test.dart
+++ b/test/dart2js/does_not_support_invalid_environment_type_test.dart
@@ -20,7 +20,8 @@ main() {
d.dir("web", [d.file("main.dart", "void main() {}")])
]).create();
- var server = pubServe(shouldGetFirst: true);
+ pubGet();
+ var server = pubServe();
// Make a request first to trigger compilation.
requestShould404("main.dart.js");
server.stderr.expect(emitsLines(

Powered by Google App Engine
This is Rietveld 408576698