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

Unified Diff: test/run/includes_parent_directories_of_entrypoint_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/run/includes_parent_directories_of_entrypoint_test.dart
diff --git a/test/run/includes_parent_directories_of_entrypoint_test.dart b/test/run/includes_parent_directories_of_entrypoint_test.dart
index 29816e8c807da6dd2a00070c81e2dd8352fe57ce..f6a75365f37e428746b2960d5bfd926e8810120f 100644
--- a/test/run/includes_parent_directories_of_entrypoint_test.dart
+++ b/test/run/includes_parent_directories_of_entrypoint_test.dart
@@ -31,8 +31,8 @@ main() {
])
]).create();
- var pub = pubRun(args: [path.join("tool", "a", "b", "app")],
- shouldGetFirst: true);
+ pubGet();
+ var pub = pubRun(args: [path.join("tool", "a", "b", "app")]);
pub.stdout.expect("a b");
pub.shouldExit();
});
« no previous file with comments | « test/run/ignores_explicit_dart2js_transformer_test.dart ('k') | test/run/loads_package_imports_in_a_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698