diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 706d13fb..14419a59 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5257,6 +5257,8 @@ int main(int argc, char **argv) { self.do_run(src, '789:123.46\n0:100.1') def test_jansson(self): + if Settings.USE_TYPED_ARRAYS != 2: return self.skip('requires ta2') + src = ''' #include <jansson.h> #include <stdio.h> |