diff options
Diffstat (limited to 'test/lit/help')
-rw-r--r-- | test/lit/help/wasm-metadce.test | 5 | ||||
-rw-r--r-- | test/lit/help/wasm-opt.test | 5 | ||||
-rw-r--r-- | test/lit/help/wasm2js.test | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/test/lit/help/wasm-metadce.test b/test/lit/help/wasm-metadce.test index c40f2e22b..e25a0214d 100644 --- a/test/lit/help/wasm-metadce.test +++ b/test/lit/help/wasm-metadce.test @@ -478,6 +478,11 @@ ;; CHECK-NEXT: encodes well-formed strings as ;; CHECK-NEXT: magic imports ;; CHECK-NEXT: +;; CHECK-NEXT: --string-lowering-magic-imports-assert same as +;; CHECK-NEXT: string-lowering-magic-imports, +;; CHECK-NEXT: but raise a fatal error if there +;; CHECK-NEXT: are invalid strings +;; CHECK-NEXT: ;; CHECK-NEXT: --strip deprecated; same as strip-debug ;; CHECK-NEXT: ;; CHECK-NEXT: --strip-debug strip debug info (including the diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test index a1df2640a..3a577099b 100644 --- a/test/lit/help/wasm-opt.test +++ b/test/lit/help/wasm-opt.test @@ -487,6 +487,11 @@ ;; CHECK-NEXT: encodes well-formed strings as ;; CHECK-NEXT: magic imports ;; CHECK-NEXT: +;; CHECK-NEXT: --string-lowering-magic-imports-assert same as +;; CHECK-NEXT: string-lowering-magic-imports, +;; CHECK-NEXT: but raise a fatal error if there +;; CHECK-NEXT: are invalid strings +;; CHECK-NEXT: ;; CHECK-NEXT: --strip deprecated; same as strip-debug ;; CHECK-NEXT: ;; CHECK-NEXT: --strip-debug strip debug info (including the diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test index beefdbbd7..3c0a17e7a 100644 --- a/test/lit/help/wasm2js.test +++ b/test/lit/help/wasm2js.test @@ -441,6 +441,11 @@ ;; CHECK-NEXT: encodes well-formed strings as ;; CHECK-NEXT: magic imports ;; CHECK-NEXT: +;; CHECK-NEXT: --string-lowering-magic-imports-assert same as +;; CHECK-NEXT: string-lowering-magic-imports, +;; CHECK-NEXT: but raise a fatal error if there +;; CHECK-NEXT: are invalid strings +;; CHECK-NEXT: ;; CHECK-NEXT: --strip deprecated; same as strip-debug ;; CHECK-NEXT: ;; CHECK-NEXT: --strip-debug strip debug info (including the |