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."); |