| Index: sdk/lib/_internal/pub_generated/test/run/nonexistent_script_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/run/nonexistent_script_test.dart b/sdk/lib/_internal/pub_generated/test/run/nonexistent_script_test.dart
|
| similarity index 91%
|
| copy from sdk/lib/_internal/pub/test/run/nonexistent_script_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/run/nonexistent_script_test.dart
|
| index ce385fc0dd9b66a487aa906055b836674412473c..50185724519f65262ef761356799a73eea2eac1f 100644
|
| --- a/sdk/lib/_internal/pub/test/run/nonexistent_script_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/run/nonexistent_script_test.dart
|
| @@ -11,9 +11,7 @@ import '../test_pub.dart';
|
| main() {
|
| initConfig();
|
| integration('Errors if the script does not exist.', () {
|
| - d.dir(appPath, [
|
| - d.appPubspec()
|
| - ]).create();
|
| + d.dir(appPath, [d.appPubspec()]).create();
|
|
|
| var pub = pubRun(args: ["script"]);
|
| pub.stderr.expect("Could not find ${p.join("bin", "script.dart")}.");
|
|
|