From 6dec3f91f0901c3e96de27767a196ced05503d1d Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 21 Nov 2024 12:45:04 +0100 Subject: ci: fix tests Signed-off-by: Henry Gressmann --- crates/wasm-testsuite/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/wasm-testsuite/lib.rs b/crates/wasm-testsuite/lib.rs index 8838fd2..b2cc7d2 100644 --- a/crates/wasm-testsuite/lib.rs +++ b/crates/wasm-testsuite/lib.rs @@ -23,7 +23,7 @@ struct CustomTests; /// /// Includes all proposals from #[rustfmt::skip] -pub const PROPOSALS: &[&str] = &["annotations", "exception-handling", "extended-const", "function-references", "gc", "memory64", "multi-memory", "relaxed-simd", "tail-call", "threads", "custom-page-sizes", "wide-arithmetic"]; +pub const PROPOSALS: &[&str] = &["annotations", "exception-handling", "extended-const", "function-references", "gc", "memory64", "multi-memory", "relaxed-simd", "tail-call", "threads", "custom-page-sizes", "wide-arithmetic", "wasm-3.0"]; /// List of all tests that apply to the MVP (V1) spec /// Note that the tests are still for the latest spec, so the latest version of Wast is used. -- cgit v1.3.1