diff options
Diffstat (limited to 'tests/runner.py')
-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 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() { |