diff options
Diffstat (limited to 'test/update-spec-tests.py')
-rwxr-xr-x | test/update-spec-tests.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/update-spec-tests.py b/test/update-spec-tests.py index eddc41b4..16423f27 100755 --- a/test/update-spec-tests.py +++ b/test/update-spec-tests.py @@ -91,7 +91,8 @@ def main(args): flags = { 'memory64': '--enable-memory64', 'multi-memory': '--enable-multi-memory', - 'exception-handling': '--enable-exceptions' + 'exception-handling': '--enable-exceptions', + 'extended-const': '--enable-extended-const', } unimplemented = set([ @@ -100,6 +101,7 @@ def main(args): 'function-references', 'threads', 'annotations', + 'exception-handling', 'extended-const', ]) |