fix test_atoX
This commit is contained in:
Родитель
249e75b46f
Коммит
2667b5806e
|
@ -4039,7 +4039,7 @@ at function.:blag
|
||||||
self.do_run(src, re.sub('(^|\n)\s+', '\\1', expected))
|
self.do_run(src, re.sub('(^|\n)\s+', '\\1', expected))
|
||||||
|
|
||||||
def test_atoX(self):
|
def test_atoX(self):
|
||||||
if Settings.QUANTUM_SIZE != 4: return self.skip('need q4 for atoll')
|
if self.emcc_args is None: return self.skip('requires ta2')
|
||||||
|
|
||||||
src = r'''
|
src = r'''
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче