diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2022-12-23 16:25:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 16:25:37 -0800 |
commit | d9338f70a26cc9ee4e64da71ce3b50d4c44e0c03 (patch) | |
tree | fd063b0321fd3eee9e568bc8a5bfe0cad126c2e8 /test/dump | |
parent | 9121857ced2e114269f29ec614414511103bdf45 (diff) | |
download | wabt-d9338f70a26cc9ee4e64da71ce3b50d4c44e0c03.tar.gz wabt-d9338f70a26cc9ee4e64da71ce3b50d4c44e0c03.tar.bz2 wabt-d9338f70a26cc9ee4e64da71ce3b50d4c44e0c03.zip |
wast-parser.cc: disallow exception tag unless exceptions enabled (#2110)
Diffstat (limited to 'test/dump')
-rw-r--r-- | test/dump/tag.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump/tag.txt b/test/dump/tag.txt index 2e569f98..985b952b 100644 --- a/test/dump/tag.txt +++ b/test/dump/tag.txt @@ -1,5 +1,5 @@ ;;; TOOL: run-objdump -;;; ARGS0: -v +;;; ARGS0: -v --enable-exceptions ;;; ARGS1: -x (module (tag) |