diff options
Diffstat (limited to 'test/lit/stdin-stdout.wast')
-rw-r--r-- | test/lit/stdin-stdout.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit/stdin-stdout.wast b/test/lit/stdin-stdout.wast index 8aa9fe89a..e7281fef7 100644 --- a/test/lit/stdin-stdout.wast +++ b/test/lit/stdin-stdout.wast @@ -1,5 +1,6 @@ ;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited. ;; RUN: wasm-opt < %s - -S -o - | filecheck %s +;; RUN: wasm-opt < %s - -g -o - | wasm-opt - -S -o - | filecheck %s ;; Test that file `-` is interpreted as stdin and stdout. |