summaryrefslogtreecommitdiff
path: root/test/passes/dce_all-features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/dce_all-features.txt')
-rw-r--r--test/passes/dce_all-features.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/dce_all-features.txt b/test/passes/dce_all-features.txt
index a64f033f6..a47153336 100644
--- a/test/passes/dce_all-features.txt
+++ b/test/passes/dce_all-features.txt
@@ -1,8 +1,8 @@
(module
(type $none_=>_i32 (func (result i32)))
- (type $none_=>_none (func))
+ (type $1 (func))
(type $i32_=>_i32 (func (param i32) (result i32)))
- (type $i32_i32_=>_none (func (param i32 i32)))
+ (type $ii (func (param i32 i32)))
(type $f32_i64_=>_none (func (param f32 i64)))
(type $f32_i64_=>_i32 (func (param f32 i64) (result i32)))
(type $i64_i64_=>_i64 (func (param i64 i64) (result i64)))