diff options
Diffstat (limited to 'test/exception-handling.wast')
-rw-r--r-- | test/exception-handling.wast | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/exception-handling.wast b/test/exception-handling.wast index 72eb0be4a..b96c4d25f 100644 --- a/test/exception-handling.wast +++ b/test/exception-handling.wast @@ -3,10 +3,6 @@ (event $e-i64 (attr 0) (param i64)) (event $e-i32-i64 (attr 0) (param i32 i64)) - (func $exnref_test (param $0 exnref) (result exnref) - (local.get $0) - ) - (func $foo) (func $bar) |