diff options
Diffstat (limited to 'test/lit/passes/remove-unused-names-eh.wast')
-rw-r--r-- | test/lit/passes/remove-unused-names-eh.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit/passes/remove-unused-names-eh.wast b/test/lit/passes/remove-unused-names-eh.wast index cf16dda0b..fcdbf0f07 100644 --- a/test/lit/passes/remove-unused-names-eh.wast +++ b/test/lit/passes/remove-unused-names-eh.wast @@ -2,6 +2,7 @@ ;; RUN: wasm-opt %s --remove-unused-names -all -S -o - | filecheck %s (module + ;; CHECK: (tag $tag$0 (param i32)) (tag $tag$0 (param i32)) ;; CHECK: (func $func0 |