diff options
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.wast | 2 |
1 files changed, 1 insertions, 1 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 2917b23a0..dd37822c0 100644 --- a/test/passes/remove-unused-nonfunction-module-elements_all-features.wast +++ b/test/passes/remove-unused-nonfunction-module-elements_all-features.wast @@ -275,9 +275,9 @@ ) (module ;; non-exported tags can be removed (type $0 (func (param i32))) + (import "env" "e" (tag $e2 (param i32))) (tag $e0 (type $0)) (tag $e1 (param i64)) (export "e1" (tag $e1)) - (import "env" "e" (tag $e2 (param i32))) (func $f (; 0 ;) (type $0)) ) |