summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-nonfunction-module-elements_all-features.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/remove-unused-nonfunction-module-elements_all-features.wast')
-rw-r--r--test/passes/remove-unused-nonfunction-module-elements_all-features.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/remove-unused-nonfunction-module-elements_all-features.wast b/test/passes/remove-unused-nonfunction-module-elements_all-features.wast
index 346acf432..057088798 100644
--- a/test/passes/remove-unused-nonfunction-module-elements_all-features.wast
+++ b/test/passes/remove-unused-nonfunction-module-elements_all-features.wast
@@ -263,9 +263,9 @@
)
(module ;; non-exported tags can be removed
(type $0 (func (param i32)))
- (tag $e0 (attr 0) (type $0))
- (tag $e1 (attr 0) (param i64))
+ (tag $e0 (type $0))
+ (tag $e1 (param i64))
(export "e1" (tag $e1))
- (import "env" "e" (tag $e2 (attr 0) (param i32)))
+ (import "env" "e" (tag $e2 (param i32)))
(func $f (; 0 ;) (type $0))
)