diff options
-rw-r--r-- | test/lit/wasm-split/invalid-options.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/wasm-split/invalid-options.wast b/test/lit/wasm-split/invalid-options.wast index f4ef5b6b8..20e74196d 100644 --- a/test/lit/wasm-split/invalid-options.wast +++ b/test/lit/wasm-split/invalid-options.wast @@ -33,7 +33,7 @@ ;; RUN: not wasm-split %s --instrument --split-funcs=foo 2>&1 \ ;; RUN: | filecheck %s --check-prefix INSTRUMENT-SPLIT-FUNCS -;; --instrument requires -o1 and -o2 rather than -o +;; Split mode requires -o1 and -o2 rather than -o ;; RUN: not wasm-split %s -o %t 2>&1 \ ;; RUN: | filecheck %s --check-prefix NO-INSTRUMENT-OUT |