diff options
Diffstat (limited to 'test/lit/passes/code-folding-eh.wast')
-rw-r--r-- | test/lit/passes/code-folding-eh.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/code-folding-eh.wast b/test/lit/passes/code-folding-eh.wast index e810e5c01..9ca8f1ea7 100644 --- a/test/lit/passes/code-folding-eh.wast +++ b/test/lit/passes/code-folding-eh.wast @@ -3,7 +3,7 @@ ;; RUN: | filecheck %s (module - (tag $e-i32 (attr 0) (param i32)) + (tag $e-i32 (param i32)) ;; CHECK: (func $pop-test ;; CHECK-NEXT: (block $folding-inner0 |