summaryrefslogtreecommitdiff
path: root/test/passes/optimize-instructions_fuzz-exec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/optimize-instructions_fuzz-exec.txt')
-rw-r--r--test/passes/optimize-instructions_fuzz-exec.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/passes/optimize-instructions_fuzz-exec.txt b/test/passes/optimize-instructions_fuzz-exec.txt
index a774744d1..de4aaa9bc 100644
--- a/test/passes/optimize-instructions_fuzz-exec.txt
+++ b/test/passes/optimize-instructions_fuzz-exec.txt
@@ -27,9 +27,9 @@
[LoggingExternalInterface logging nan:0x400000]
[LoggingExternalInterface logging nan:0x400000]
(module
- (type $none_=>_none (func))
- (type $f32_=>_none (func (param f32)))
- (type $f64_=>_none (func (param f64)))
+ (type $0 (func))
+ (type $1 (func (param f32)))
+ (type $2 (func (param f64)))
(import "fuzzing-support" "log-f32" (func $logf32 (param f32)))
(import "fuzzing-support" "log-f64" (func $logf64 (param f64)))
(export "test32" (func $0))
@@ -201,10 +201,10 @@
[fuzz-exec] calling call-compare-maybe-signed-ne
[fuzz-exec] note result: call-compare-maybe-signed-ne => 1
(module
- (type $i32_=>_none (func (param i32)))
- (type $none_=>_none (func))
- (type $i32_=>_i32 (func (param i32) (result i32)))
- (type $none_=>_i32 (func (result i32)))
+ (type $0 (func (param i32)))
+ (type $1 (func))
+ (type $2 (func (param i32) (result i32)))
+ (type $3 (func (result i32)))
(import "fuzzing-support" "log-i32" (func $log (param i32)))
(export "foo" (func $1))
(export "do-shift" (func $3))