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

Unified Diff: test/dart2js/ignores_entrypoint_in_dependency_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
« no previous file with comments | « test/dart2js/environment_constant_test.dart ('k') | test/dart2js/ignores_entrypoints_in_lib_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart2js/ignores_entrypoint_in_dependency_test.dart
diff --git a/test/dart2js/ignores_entrypoint_in_dependency_test.dart b/test/dart2js/ignores_entrypoint_in_dependency_test.dart
index 534b56a4ba74a0ac7a1f79e2fd5a30f372cfd3a2..740431dc920ced664672b36649869a7b87398618 100644
--- a/test/dart2js/ignores_entrypoint_in_dependency_test.dart
+++ b/test/dart2js/ignores_entrypoint_in_dependency_test.dart
@@ -21,7 +21,8 @@ main() {
})
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShould404("web/packages/foo/lib.dart.js");
endPubServe();
});
« no previous file with comments | « test/dart2js/environment_constant_test.dart ('k') | test/dart2js/ignores_entrypoints_in_lib_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698