fix test_sscanf_other_whitespace for s_x_x

This commit is contained in:
Alon Zakai 2013-05-09 11:28:23 -07:00
Родитель ac646ebc84
Коммит 7433a9e52a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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>