diff options
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 059c372d..27100cbb 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3698,6 +3698,8 @@ def process(filename): def test_files_m(self): # Test for Module.stdin etc. + Settings.CORRECT_SIGNS = 1 + post = ''' def process(filename): src = \'\'\' |