diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-11 11:28:30 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-11 11:28:30 -0700 |
commit | 3584e6e3cb89551663d9c7d67928c8185c08cc23 (patch) | |
tree | 0c4a788e9ed69fb21e9c83e59d55b15fdd151f93 | |
parent | fe2880e1e398e2fde37c7fd51b89ecc65c3cdd28 (diff) |
fix test_files_m for s_x_x
-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 = \'\'\' |