diff options
Diffstat (limited to 'test/lit/passes/coalesce-locals-eh.wast')
-rw-r--r-- | test/lit/passes/coalesce-locals-eh.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/coalesce-locals-eh.wast b/test/lit/passes/coalesce-locals-eh.wast index 16b4db40a..379f3dc31 100644 --- a/test/lit/passes/coalesce-locals-eh.wast +++ b/test/lit/passes/coalesce-locals-eh.wast @@ -2,7 +2,7 @@ ;; RUN: wasm-opt %s --coalesce-locals -all -S -o - | filecheck %s (module - ;; CHECK: (tag $e (param)) + ;; CHECK: (tag $e) ;; CHECK: (func $bar (type $1) (result i32) ;; CHECK-NEXT: (i32.const 1984) |