summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 4f39b7566..8acf2498a 100755
--- a/check.py
+++ b/check.py
@@ -377,7 +377,7 @@ for t in spec_tests:
# we must skip the stack machine portions of spec tests or apply other extra args
extra = {
'call.wast': ['--skip=207'],
- 'call_indirect.wast': ['--skip=263'],
+ 'call_indirect.wast': ['--skip=302'],
'nop.wast': ['--skip=3'],
'stack.wast': ['--skip=0'],
}