| Index: test/ninja/use-console/foo.bar
|
| diff --git a/test/msvs/multiple_actions_error_handling/action_fail.py b/test/ninja/use-console/foo.bar
|
| similarity index 78%
|
| copy from test/msvs/multiple_actions_error_handling/action_fail.py
|
| copy to test/ninja/use-console/foo.bar
|
| index 286fc4e1329aa9302303cfebe3f80878267e6a45..07c476a8664bbf222d28a70b1cf8910a4bfcd507 100644
|
| --- a/test/msvs/multiple_actions_error_handling/action_fail.py
|
| +++ b/test/ninja/use-console/foo.bar
|
| @@ -2,6 +2,4 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import sys
|
| -
|
| -sys.exit(1)
|
| +This is a dummy file for rule/action input.
|
|
|