summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/passes/post-emscripten.txt13
-rw-r--r--test/passes/post-emscripten.wast11
2 files changed, 0 insertions, 24 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)))
-)
diff --git a/test/passes/post-emscripten.wast b/test/passes/post-emscripten.wast
index 05bdf9d69..e5a4637cc 100644
--- a/test/passes/post-emscripten.wast
+++ b/test/passes/post-emscripten.wast
@@ -148,14 +148,3 @@
)
)
)
-;; longjmp renaming
-(module
- (import "env" "emscripten_longjmp" (func $a (param i32 i32)))
- (import "env" "emscripten_longjmp_jmpbuf" (func $b (param i32 i32)))
-)
-(module
- (import "env" "emscripten_longjmp_jmpbuf" (func $b (param i32 i32)))
-)
-(module
- (import "env" "emscripten_longjmp" (func $a (param i32 i32)))
-)