summaryrefslogtreecommitdiff
path: root/test/parse/export-mutable-global.txt
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-01-21 10:26:48 -0800
committerGitHub <noreply@github.com>2018-01-21 10:26:48 -0800
commitc1270776b2104e3c50c5c39b1dfb633c42b1ce49 (patch)
tree3d6c4ef44899aadb49408a21b354e27f3165f57d /test/parse/export-mutable-global.txt
parent2d00abf7ab07422dc16ae023325adafac1c639ee (diff)
downloadwabt-c1270776b2104e3c50c5c39b1dfb633c42b1ce49.tar.gz
wabt-c1270776b2104e3c50c5c39b1dfb633c42b1ce49.tar.bz2
wabt-c1270776b2104e3c50c5c39b1dfb633c42b1ce49.zip
Rename run args (#728)
As suggested in https://github.com/WebAssembly/wabt/pull/725#discussion_r162516714.
Diffstat (limited to 'test/parse/export-mutable-global.txt')
-rw-r--r--test/parse/export-mutable-global.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/export-mutable-global.txt b/test/parse/export-mutable-global.txt
index 0580359d..7ccade53 100644
--- a/test/parse/export-mutable-global.txt
+++ b/test/parse/export-mutable-global.txt
@@ -1,2 +1,2 @@
-;;; FLAGS: --enable-mutable-globals
+;;; ARGS: --enable-mutable-globals
(module (global (export "g") (mut f32) (f32.const 1.5)))