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

Unified Diff: sdk/lib/_internal/pub/test/global/run/runs_transformer_test.dart

Issue 399763002: Use ":" to separate package and executable name in pub global run. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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: sdk/lib/_internal/pub/test/global/run/runs_transformer_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/run/runs_transformer_test.dart b/sdk/lib/_internal/pub/test/global/run/runs_transformer_test.dart
index 79a181c67500e7c666bd6cc0c3b4134edf14b524..8353ac97d34c4641754ef60fadb397fcb2b5105e 100644
--- a/sdk/lib/_internal/pub/test/global/run/runs_transformer_test.dart
+++ b/sdk/lib/_internal/pub/test/global/run/runs_transformer_test.dart
@@ -39,7 +39,7 @@ main() {
])])
], pkg: ['barback']);
- var pub = pubRun(global: true, args: ["foo", "script"]);
+ var pub = pubRun(global: true, args: ["foo:script"]);
pub.stdout.expect("generated");
pub.shouldExit();

Powered by Google App Engine
This is Rietveld 408576698