diff options
Diffstat (limited to 'test/passes/dae_all-features.txt')
-rw-r--r-- | test/passes/dae_all-features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/dae_all-features.txt b/test/passes/dae_all-features.txt index 1c8c9f799..d4769ac16 100644 --- a/test/passes/dae_all-features.txt +++ b/test/passes/dae_all-features.txt @@ -259,7 +259,7 @@ ) ) (module - (type $none_=>_i32 (func (result i32))) + (type $T (func (result i32))) (type $none_=>_none (func)) (table $0 1 1 funcref) (func $foo (result i32) @@ -268,7 +268,7 @@ (i32.const 42) ) (drop - (return_call_indirect $0 (type $none_=>_i32) + (return_call_indirect $0 (type $T) (i32.const 0) ) ) |