summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2020-11-24 09:56:52 -0800
committerGitHub <noreply@github.com>2020-11-24 09:56:52 -0800
commitcecff82aff317c3132f80a764dba163bcd852a78 (patch)
tree5dd5e1ebe576c1099f587daecc2ae4075ce3215b /test
parent38ee7e9c17f97ffe546d8ebd4345750b009d41c3 (diff)
downloadbinaryen-cecff82aff317c3132f80a764dba163bcd852a78.tar.gz
binaryen-cecff82aff317c3132f80a764dba163bcd852a78.tar.bz2
binaryen-cecff82aff317c3132f80a764dba163bcd852a78.zip
Fix comment in invalid-options.wast (#3398)
Diffstat (limited to 'test')
-rw-r--r--test/lit/wasm-split/invalid-options.wast2
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