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

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

Issue 1040563004: Make "pub run foo" run "pub run foo:foo" rather than "pub run bin/foo" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove bogus changes. Created 5 years, 9 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/run/does_not_run_on_transformer_error_test.dart
diff --git a/sdk/lib/_internal/pub/test/run/does_not_run_on_transformer_error_test.dart b/sdk/lib/_internal/pub/test/run/does_not_run_on_transformer_error_test.dart
index 3ae0a1e14bf8c94a0c262804adaa44284127bf49..51985a3d62f83e4a16f98e3cf7f0c847868da76e 100644
--- a/sdk/lib/_internal/pub/test/run/does_not_run_on_transformer_error_test.dart
+++ b/sdk/lib/_internal/pub/test/run/does_not_run_on_transformer_error_test.dart
@@ -50,7 +50,7 @@ main() {
createLockFile('myapp', pkg: ['barback']);
- var pub = pubRun(args: ["script"]);
+ var pub = pubRun(args: ["bin/script"]);
pub.stderr.expect("[Error from Failing]:");
pub.stderr.expect("myapp|bin/script.dart.");

Powered by Google App Engine
This is Rietveld 408576698