diff options
author | Soni L. <EnderMoneyMod@gmail.com> | 2024-10-29 18:55:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 14:55:48 -0700 |
commit | 6b3b81d13559055830ad3e2867015e6fb78f7846 (patch) | |
tree | c385c98634bee47c881808d0a5e376902de1df90 /test/spec/exception-handling/ref_null.txt | |
parent | 22b8252eff251845ac27cf29cf7a9126a5a58f97 (diff) | |
download | wabt-6b3b81d13559055830ad3e2867015e6fb78f7846.tar.gz wabt-6b3b81d13559055830ad3e2867015e6fb78f7846.tar.bz2 wabt-6b3b81d13559055830ad3e2867015e6fb78f7846.zip |
interp: Handle ref.null exn (#2497)
Diffstat (limited to 'test/spec/exception-handling/ref_null.txt')
-rw-r--r-- | test/spec/exception-handling/ref_null.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/spec/exception-handling/ref_null.txt b/test/spec/exception-handling/ref_null.txt new file mode 100644 index 00000000..4b9201a8 --- /dev/null +++ b/test/spec/exception-handling/ref_null.txt @@ -0,0 +1,6 @@ +;;; TOOL: run-interp-spec +;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/ref_null.wast +;;; ARGS*: --enable-exceptions +(;; STDOUT ;;; +4/4 tests passed. +;;; STDOUT ;;) |