summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-gadts/pr6993_bad.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-gadts/pr6993_bad.ml')
-rw-r--r--testsuite/tests/typing-gadts/pr6993_bad.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-gadts/pr6993_bad.ml b/testsuite/tests/typing-gadts/pr6993_bad.ml
index d3a74ce497..adfe73b74f 100644
--- a/testsuite/tests/typing-gadts/pr6993_bad.ml
+++ b/testsuite/tests/typing-gadts/pr6993_bad.ml
@@ -1,5 +1,5 @@
(* TEST
- * expect
+ expect;
*)
type (_, _) eqp = Y : ('a, 'a) eqp | N : string -> ('a, 'b) eqp