diff options
author | max99x <max99x@gmail.com> | 2011-07-23 06:58:49 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-07-24 05:25:45 +0300 |
commit | 5aea0ba8784bc385e52e769f8e90df5fcd833a7a (patch) | |
tree | 9f3c70018d11fbe67d5d800e89e35e4f8207f784 /tests/runner.py | |
parent | a48bfddf2b9f9d6f6b6ee5dec41004afed3a71ba (diff) |
Added _formatString() special-case for null values (similar to glibc).
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index d75d7e35..6edf9c20 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -716,7 +716,7 @@ if 'benchmark' not in sys.argv: return 0; } ''' - self.do_test(src, '*0x0*') + self.do_test(src, '*(nil)*') def test_funcs(self): src = ''' |