diff options
Diffstat (limited to 'test/passes/flatten_all-features.wast')
-rw-r--r-- | test/passes/flatten_all-features.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/flatten_all-features.wast b/test/passes/flatten_all-features.wast index 461ce6170..f07175bd2 100644 --- a/test/passes/flatten_all-features.wast +++ b/test/passes/flatten_all-features.wast @@ -1027,8 +1027,8 @@ ;; targets an outer branch whose return type is a supertype of the br_if's ;; value type, we need the value to be set into two locals: one with the outer ;; block's type, and one with its value type. - (func $subtype (result anyref) (local $0 nullref) - (block $label0 (result anyref) + (func $subtype (result externref) (local $0 nullref) + (block $label0 (result externref) (block (result nullref) (local.tee $0 (br_if $label0 |