diff options
Diffstat (limited to 'test/lit/binary/stacky-eh-legacy.test')
-rw-r--r-- | test/lit/binary/stacky-eh-legacy.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/binary/stacky-eh-legacy.test b/test/lit/binary/stacky-eh-legacy.test index c77435f0b..792c436d5 100644 --- a/test/lit/binary/stacky-eh-legacy.test +++ b/test/lit/binary/stacky-eh-legacy.test @@ -35,7 +35,7 @@ ;; The fixup will hoist the 'pop' and create another local to store it right ;; after 'catch'. -;; RUN: wasm-opt -all %s.wasm -S -o - | filecheck %s +;; RUN: wasm-opt %s.wasm -S -o - | filecheck %s ;; CHECK: (type $0 (func (param i32))) @@ -43,7 +43,7 @@ ;; CHECK: (tag $tag$0 (param i32)) -;; CHECK: (func $0 (type $1) +;; CHECK: (func $0 ;; CHECK-NEXT: (local $0 i32) ;; CHECK-NEXT: (local $1 i32) ;; CHECK-NEXT: (local $2 i32) |