diff options
Diffstat (limited to 'test/lit/parse-double-unreachable.wast')
-rw-r--r-- | test/lit/parse-double-unreachable.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/parse-double-unreachable.wast b/test/lit/parse-double-unreachable.wast index 333eb6fa9..2abdd2e5b 100644 --- a/test/lit/parse-double-unreachable.wast +++ b/test/lit/parse-double-unreachable.wast @@ -1,6 +1,6 @@ ;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited. -;; RUN: wasm-opt %s -all --nominal --roundtrip -S -o - | filecheck %s +;; RUN: wasm-opt %s -all --roundtrip -S -o - | filecheck %s ;; Regression test for a bug in which we could pop the expression stack past an ;; unreachable if we were already in unreachable parsing mode. |