diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-10 13:10:35 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-10 13:10:35 -0800 |
commit | d9e1837c619bc70f9424489787ca80766c998789 (patch) | |
tree | ee32d6815351d7e51811fc3bd890734394857050 /tests/runner.py | |
parent | 4101e15f9edb7a8f14f96dbc813281ff8d601760 (diff) |
simplify varargs to always have an explicit last parameter called varrp
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 1e9814f9..f6383edd 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3274,6 +3274,7 @@ def process(filename): def test_varargs(self): if Settings.QUANTUM_SIZE == 1: return self.skip('FIXME: Add support for this') + if Settings.ASM_JS: return self.skip('varargs by function pointer not yet supported') src = ''' #include <stdio.h> |