diff options
Diffstat (limited to 'test/lit/passes')
-rw-r--r-- | test/lit/passes/translate-to-new-eh.wast (renamed from test/lit/passes/translate-eh-old-to-new.wast) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/translate-eh-old-to-new.wast b/test/lit/passes/translate-to-new-eh.wast index 014661b27..da429bea4 100644 --- a/test/lit/passes/translate-eh-old-to-new.wast +++ b/test/lit/passes/translate-to-new-eh.wast @@ -1,5 +1,5 @@ ;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited. -;; RUN: wasm-opt %s -all --translate-eh-old-to-new -S -o - | filecheck %s +;; RUN: wasm-opt %s -all --translate-to-new-eh -S -o - | filecheck %s (module ;; CHECK: (type $0 (func (result i32 i64))) |