diff options
Diffstat (limited to 'test/lit/help/wasm-opt.test')
-rw-r--r-- | test/lit/help/wasm-opt.test | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test index 042807e2f..8e04a756c 100644 --- a/test/lit/help/wasm-opt.test +++ b/test/lit/help/wasm-opt.test @@ -564,15 +564,6 @@ ;; CHECK-NEXT: corner cases of NaNs and ;; CHECK-NEXT: rounding ;; CHECK-NEXT: -;; CHECK-NEXT: --closed-world,-cw Assume code outside of the -;; CHECK-NEXT: module does not inspect or -;; CHECK-NEXT: interact with GC and function -;; CHECK-NEXT: references, even if they are -;; CHECK-NEXT: passed out. The outside may hold -;; CHECK-NEXT: on to them and pass them back -;; CHECK-NEXT: in, but not inspect their -;; CHECK-NEXT: contents or call them. -;; CHECK-NEXT: ;; CHECK-NEXT: --zero-filled-memory,-uim Assume that an imported memory ;; CHECK-NEXT: will be zero-initialized ;; CHECK-NEXT: @@ -687,6 +678,15 @@ ;; CHECK-NEXT: be parsed using the isorecursive ;; CHECK-NEXT: hybrid type system. ;; CHECK-NEXT: +;; CHECK-NEXT: --closed-world,-cw Assume code outside of the +;; CHECK-NEXT: module does not inspect or +;; CHECK-NEXT: interact with GC and function +;; CHECK-NEXT: references, even if they are +;; CHECK-NEXT: passed out. The outside may hold +;; CHECK-NEXT: on to them and pass them back +;; CHECK-NEXT: in, but not inspect their +;; CHECK-NEXT: contents or call them. +;; CHECK-NEXT: ;; CHECK-NEXT: ;; CHECK-NEXT: General options: ;; CHECK-NEXT: ---------------- |