diff options
Diffstat (limited to 'test/update-spec-tests.py')
-rwxr-xr-x | test/update-spec-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/update-spec-tests.py b/test/update-spec-tests.py index fda33451..8e796346 100755 --- a/test/update-spec-tests.py +++ b/test/update-spec-tests.py @@ -93,11 +93,11 @@ def main(args): 'multi-memory': '--enable-multi-memory', 'exception-handling': '--enable-exceptions', 'extended-const': '--enable-extended-const', + 'tail-call': '--enable-tail-call', } unimplemented = set([ 'gc', - 'tail-call', 'function-references', 'threads', 'annotations', |