aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-05-09 11:28:23 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-05-09 11:28:23 -0700
commit7433a9e52aa981aeaa85a0783a64a54ad3fd8baf (patch)
tree2948a98337ff5a8f663201adfba3d0f3e9cf2bd9
parentac646ebc8419844092bb48c2687253d7cd846e7c (diff)
fix test_sscanf_other_whitespace for s_x_x
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 9d7cd121..b84d7f5f 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -6040,6 +6040,8 @@ Pass: 0.000012 0.000012''')
self.do_run(src, '''0:173,16 1:16,173 2:183,173 3:17,287 4:98,123''')
def test_sscanf_other_whitespace(self):
+ Settings.SAFE_HEAP = 0 # use i16s in printf
+
src = r'''
#include<stdio.h>