diff options
Diffstat (limited to 'test/passes/Oz_fuzz-exec_all-features.wast')
-rw-r--r-- | test/passes/Oz_fuzz-exec_all-features.wast | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/passes/Oz_fuzz-exec_all-features.wast b/test/passes/Oz_fuzz-exec_all-features.wast index 203fc60fe..4c6af8a93 100644 --- a/test/passes/Oz_fuzz-exec_all-features.wast +++ b/test/passes/Oz_fuzz-exec_all-features.wast @@ -233,14 +233,6 @@ (func $call-target (param $0 eqref) (nop) ) - (func "cast-func-to-struct" - (drop - ;; An impossible cast of a function to a struct, which should fail. - (ref.cast null $struct - (ref.func $call-target) - ) - ) - ) (func "array-copy" (local $x (ref null $bytes)) (local $y (ref null $bytes)) |