summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-objects/pr7711_ok.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-objects/pr7711_ok.ml')
-rw-r--r--testsuite/tests/typing-objects/pr7711_ok.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-objects/pr7711_ok.ml b/testsuite/tests/typing-objects/pr7711_ok.ml
index 7f188cf59b..3f910e7f16 100644
--- a/testsuite/tests/typing-objects/pr7711_ok.ml
+++ b/testsuite/tests/typing-objects/pr7711_ok.ml
@@ -1,5 +1,5 @@
(* TEST
- * expect
+ expect;
*)
type 'a r = <w: int -> int; .. > as 'a;;