From 9fc276298b36080658236f0bc93d94cdf774492c Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Sat, 19 Jun 2021 23:06:27 -0700 Subject: Remove (attr 0) from tag text format (#3946) This attribute is always 0 and reserved for future use. In Binayren's unofficial text format we were writing this field as `(attr 0)`, but we have recently come to the conclusion that this is not necessary. Relevant discussion: https://github.com/WebAssembly/exception-handling/pull/160#discussion_r653254680 --- test/passes/metrics_all-features.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/passes/metrics_all-features.txt') diff --git a/test/passes/metrics_all-features.txt b/test/passes/metrics_all-features.txt index d58bd54f9..255e809c2 100644 --- a/test/passes/metrics_all-features.txt +++ b/test/passes/metrics_all-features.txt @@ -23,8 +23,8 @@ total (data (i32.const 0) "\ff\ef\0f\1f 0@P\99") (table $0 256 256 funcref) (elem (i32.const 0) $ifs $ifs $ifs) - (tag $e0 (attr 0) (param i32)) - (tag $e1 (attr 0) (param i32 i32)) + (tag $e0 (param i32)) + (tag $e1 (param i32 i32)) (func $ifs (param $x i32) (local $y f32) (block $block0 -- cgit v1.2.3