diff options
author | Ben Smith <binjimin@gmail.com> | 2018-01-21 10:26:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 10:26:48 -0800 |
commit | c1270776b2104e3c50c5c39b1dfb633c42b1ce49 (patch) | |
tree | 3d6c4ef44899aadb49408a21b354e27f3165f57d /test/parse/export-mutable-global.txt | |
parent | 2d00abf7ab07422dc16ae023325adafac1c639ee (diff) | |
download | wabt-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.txt | 2 |
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))) |