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/gen-spec-js/many-modules.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/gen-spec-js/many-modules.txt')
-rw-r--r-- | test/gen-spec-js/many-modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen-spec-js/many-modules.txt b/test/gen-spec-js/many-modules.txt index b585636d..6774a1d6 100644 --- a/test/gen-spec-js/many-modules.txt +++ b/test/gen-spec-js/many-modules.txt @@ -1,5 +1,5 @@ ;;; TOOL: run-gen-spec-js -;;; FLAGS: --prefix=%(test_dir)s/gen-spec-empty-prefix.js +;;; ARGS: --prefix=%(test_dir)s/gen-spec-empty-prefix.js (module $A (func (export "f") (result i32) i32.const 1)) (module $B (func (export "f") (result i32) i32.const 2)) (module $C (func (export "f") (result i32) i32.const 3)) |