diff options
Diffstat (limited to 'test/update-spec-tests.py')
-rwxr-xr-x | test/update-spec-tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/update-spec-tests.py b/test/update-spec-tests.py index e40ae114..44eecc06 100755 --- a/test/update-spec-tests.py +++ b/test/update-spec-tests.py @@ -89,14 +89,14 @@ def main(args): all_proposals = [e.name for e in os.scandir(PROPOSALS_DIR) if e.is_dir()] flags = { - 'memory64': '--enable-memory64' + 'memory64': '--enable-memory64', + 'multi-memory': '--enable-multi-memory' } unimplemented = set([ 'gc', 'tail-call', 'function-references', - 'multi-memory', 'threads', 'annotations', 'exception-handling', |