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

Unified Diff: test/dart2js/allows_import_in_dart_code_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/allows_import_in_dart_code_test.dart
diff --git a/test/dart2js/allows_import_in_dart_code_test.dart b/test/dart2js/allows_import_in_dart_code_test.dart
index 2ea7f26d2c0b8b0eb4fd55f67fca3d9d29348c7e..b484b8e66e48f17a3bb08a89ed4205cbc544dbfb 100644
--- a/test/dart2js/allows_import_in_dart_code_test.dart
+++ b/test/dart2js/allows_import_in_dart_code_test.dart
@@ -42,7 +42,8 @@ void main() {
])
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("main.dart.js", contains("footext"));
requestShouldSucceed("main.dart.js", contains("libtext"));
endPubServe();
« no previous file with comments | « test/build/preserves_htaccess_test.dart ('k') | test/dart2js/compiles_entrypoints_in_root_package_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698