diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-04 10:20:55 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-04 10:20:55 -0800 |
commit | bbda9eeaf9d1dd4f02f7507902dcbcff188485fb (patch) | |
tree | a6c32fb45a0a1de173359b4566544ae371ee293c | |
parent | 02cdea5859956e1bffcdc1f26a188200a529c53a (diff) |
rename test to avoid grep for 'error' to see it
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 2515ef33..120a965d 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5086,7 +5086,7 @@ at function.:blag ''' self.do_run(src, '22 : me and myself 25 1.34\n21 waka 95\n') - def test_perror(self): + def test_perrar(self): src = r''' #include <sys/types.h> #include <sys/stat.h> |