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

Unified Diff: test/dart2js/passes_along_environment_constants_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/passes_along_environment_constants_test.dart
diff --git a/test/dart2js/passes_along_environment_constants_test.dart b/test/dart2js/passes_along_environment_constants_test.dart
index e56ce5a725bfb3ff67d3e7c05909ac26bb88da3f..68c6953985eb057bf3640d4d7893a4cd48cdc531 100644
--- a/test/dart2js/passes_along_environment_constants_test.dart
+++ b/test/dart2js/passes_along_environment_constants_test.dart
@@ -28,7 +28,7 @@ void main() {
])
]).create();
- pubServe();
+ pubServe(shouldGetFirst: true);
requestShouldSucceed("main.dart.js", contains("hello"));
endPubServe();
});
« no previous file with comments | « test/dart2js/output_can_be_consumed_by_successive_phases.dart ('k') | test/dart2js/reports_dart_parse_errors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698