diff options
Diffstat (limited to 'test/reference-types.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/reference-types.wast.fromBinary.noDebugInfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/reference-types.wast.fromBinary.noDebugInfo b/test/reference-types.wast.fromBinary.noDebugInfo index 23c2bb03b..9613c300b 100644 --- a/test/reference-types.wast.fromBinary.noDebugInfo +++ b/test/reference-types.wast.fromBinary.noDebugInfo @@ -507,7 +507,7 @@ ) ) (drop - (try (result externref) + (try $label$47 (result externref) (do (local.get $1) ) @@ -520,7 +520,7 @@ ) ) (drop - (try (result funcref) + (try $label$50 (result funcref) (do (ref.func $3) ) @@ -533,7 +533,7 @@ ) ) (drop - (try (result anyref) + (try $label$53 (result anyref) (do (local.get $1) ) @@ -546,7 +546,7 @@ ) ) (drop - (try (result anyref) + (try $label$56 (result anyref) (do (ref.func $3) ) |