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

Unified Diff: test/dart2js/doesnt_support_invalid_type_for_boolean_option_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/doesnt_support_invalid_type_for_boolean_option_test.dart
diff --git a/test/dart2js/doesnt_support_invalid_type_for_boolean_option_test.dart b/test/dart2js/doesnt_support_invalid_type_for_boolean_option_test.dart
index e259d178a6c9f8541441f79947440323c372e129..91e43fc0bd0f3faf7d57ccf4630adcf6bd10567f 100644
--- a/test/dart2js/doesnt_support_invalid_type_for_boolean_option_test.dart
+++ b/test/dart2js/doesnt_support_invalid_type_for_boolean_option_test.dart
@@ -20,7 +20,7 @@ main() {
d.dir("web", [d.file("main.dart", "void main() {}")])
]).create();
- var server = pubServe();
+ var server = pubServe(shouldGetFirst: true);
requestShould404("main.dart.js");
server.stderr.expect(emitsLines(
'Build error:\n'
« no previous file with comments | « test/dart2js/does_not_support_invalid_environment_type_test.dart ('k') | test/dart2js/environment_constant_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698