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

Unified Diff: test/run/errors_if_path_in_dependency_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
« no previous file with comments | « test/run/errors_if_no_executable_is_given_test.dart ('k') | test/serve/404_page_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/errors_if_path_in_dependency_test.dart
diff --git a/test/run/errors_if_path_in_dependency_test.dart b/test/run/errors_if_path_in_dependency_test.dart
index 4ee8f7162440890f18882d3269c03be48dc09dc2..55f8cd7fdc0f255ae8eed2e95a862daeeb798b7a 100644
--- a/test/run/errors_if_path_in_dependency_test.dart
+++ b/test/run/errors_if_path_in_dependency_test.dart
@@ -25,9 +25,10 @@ main() {
Cannot run an executable in a subdirectory of a dependency.
Usage: pub run <executable> [args...]
--h, --help Print this usage information.
- --mode Mode to run transformers in.
- (defaults to "release" for dependencies, "debug" for entrypoint)
+-h, --help Print this usage information.
+-c, --[no-]checked Enable runtime type checks and assertions.
+ --mode Mode to run transformers in.
+ (defaults to "release" for dependencies, "debug" for entrypoint)
Run "pub help" to see global options.
""",
« no previous file with comments | « test/run/errors_if_no_executable_is_given_test.dart ('k') | test/serve/404_page_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698