aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-01-23 10:46:57 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-01-23 10:46:57 -0800
commit470300c4c6a77886d20476846bf2c8f6bf7e8ded (patch)
treebfa9af457b2744d629c4fe11d7f40e1df473d276 /tests/runner.py
parent63b4d41d6a36b6349d879a62b65749b999d04689 (diff)
properly detect return type when detecting function type
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 2be8bff9..1723ee76 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4834,7 +4834,7 @@ at function.:blag
'''
self.do_run(src, re.sub('(^|\n)\s+', '\\1', expected))
- def test_printf_cases(self):
+ def test_printf_more(self):
src = r'''
#include <stdio.h>
int main() {