From 6a5cbb94fad9b375469d6433429521988b1de20b Mon Sep 17 00:00:00 2001 From: Keith Winstein <208955+keithw@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:00:59 -0700 Subject: Update testsuite (#2495) The memory64 `table.wast` test has started to depend on function-references and gc (which WABT doesn't support yet), so vendor an older version of the test. --- test/wasm2c/spec/exception-handling/imports.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wasm2c/spec/exception-handling') diff --git a/test/wasm2c/spec/exception-handling/imports.txt b/test/wasm2c/spec/exception-handling/imports.txt index 8934d77a..d3a3c170 100644 --- a/test/wasm2c/spec/exception-handling/imports.txt +++ b/test/wasm2c/spec/exception-handling/imports.txt @@ -15,5 +15,5 @@ spectest.print_f64(24) spectest.print_f64(24) spectest.print_f64(24) spectest.print_i32(13) -37/37 tests passed. +34/34 tests passed. ;;; STDOUT ;;) -- cgit v1.2.3