summaryrefslogtreecommitdiff
path: root/test/lit/help/wasm-ctor-eval.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/help/wasm-ctor-eval.test')
-rw-r--r--test/lit/help/wasm-ctor-eval.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lit/help/wasm-ctor-eval.test b/test/lit/help/wasm-ctor-eval.test
index 9295fc9d1..718249295 100644
--- a/test/lit/help/wasm-ctor-eval.test
+++ b/test/lit/help/wasm-ctor-eval.test
@@ -130,6 +130,13 @@
;; CHECK-NEXT: parsed using the isorecursive hybrid type
;; CHECK-NEXT: system.
;; CHECK-NEXT:
+;; CHECK-NEXT: --closed-world,-cw Assume code outside of the module does
+;; CHECK-NEXT: not inspect or interact with GC and
+;; CHECK-NEXT: function references, even if they are
+;; CHECK-NEXT: passed out. The outside may hold on to
+;; CHECK-NEXT: them and pass them back in, but not
+;; CHECK-NEXT: inspect their contents or call them.
+;; CHECK-NEXT:
;; CHECK-NEXT:
;; CHECK-NEXT: General options:
;; CHECK-NEXT: ----------------