diff options
Diffstat (limited to 'test/passes/post-emscripten.txt')
-rw-r--r-- | test/passes/post-emscripten.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/passes/post-emscripten.txt b/test/passes/post-emscripten.txt index c1427d8fd..556ef8280 100644 --- a/test/passes/post-emscripten.txt +++ b/test/passes/post-emscripten.txt @@ -176,16 +176,3 @@ ) ) ) -(module - (type $i32_i32_=>_none (func (param i32 i32))) - (import "env" "emscripten_longjmp" (func $a (param i32 i32))) - (import "env" "emscripten_longjmp" (func $b (param i32 i32))) -) -(module - (type $i32_i32_=>_none (func (param i32 i32))) - (import "env" "emscripten_longjmp_jmpbuf" (func $b (param i32 i32))) -) -(module - (type $i32_i32_=>_none (func (param i32 i32))) - (import "env" "emscripten_longjmp" (func $a (param i32 i32))) -) |