summaryrefslogtreecommitdiff
path: root/test/parse/module
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-08-03 12:28:01 -0700
committerGitHub <noreply@github.com>2018-08-03 12:28:01 -0700
commit407ed441bcc2e316c02e407e81e7aed41000578f (patch)
treec28e421b34184be3901481d956404b9ba9d7abcb /test/parse/module
parent7ce1b98bec018c13b5c8e3875688bed43f1f2935 (diff)
downloadwabt-407ed441bcc2e316c02e407e81e7aed41000578f.tar.gz
wabt-407ed441bcc2e316c02e407e81e7aed41000578f.tar.bz2
wabt-407ed441bcc2e316c02e407e81e7aed41000578f.zip
Update testsuite; enable mut. globals by default (#884)
The newest testsuite update enables mutable globals by default, which matches the v1 WebAssembly spec. This change changes the default for all wabt tools, and changes the flag to `--disable-mutable-globals` in case you need the previous behavior. This flag will likely be removed in the future.
Diffstat (limited to 'test/parse/module')
-rw-r--r--test/parse/module/import-mutable-global.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parse/module/import-mutable-global.txt b/test/parse/module/import-mutable-global.txt
index bf3b0ef5..aff388d8 100644
--- a/test/parse/module/import-mutable-global.txt
+++ b/test/parse/module/import-mutable-global.txt
@@ -1,3 +1,2 @@
;;; TOOL: wat2wasm
-;;; ARGS: --enable-mutable-globals
(module (import "mod" "field" (global (mut f32))))