summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-misc/is_expansive.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-misc/is_expansive.ml')
-rw-r--r--testsuite/tests/typing-misc/is_expansive.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/typing-misc/is_expansive.ml b/testsuite/tests/typing-misc/is_expansive.ml
index 3bab4f9378..9a4d66da5e 100644
--- a/testsuite/tests/typing-misc/is_expansive.ml
+++ b/testsuite/tests/typing-misc/is_expansive.ml
@@ -1,5 +1,6 @@
(* TEST
- * expect *)
+ expect;
+*)
match [] with x -> (fun x -> x);;
[%%expect{|