aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-07-23 06:58:49 +0300
committermax99x <max99x@gmail.com>2011-07-24 05:25:45 +0300
commit5aea0ba8784bc385e52e769f8e90df5fcd833a7a (patch)
tree9f3c70018d11fbe67d5d800e89e35e4f8207f784 /tests/runner.py
parenta48bfddf2b9f9d6f6b6ee5dec41004afed3a71ba (diff)
Added _formatString() special-case for null values (similar to glibc).
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
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 = '''