summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-objects/abstract_rows.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-objects/abstract_rows.ml')
-rw-r--r--testsuite/tests/typing-objects/abstract_rows.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-objects/abstract_rows.ml b/testsuite/tests/typing-objects/abstract_rows.ml
index 0ae3d307a2..3b92692530 100644
--- a/testsuite/tests/typing-objects/abstract_rows.ml
+++ b/testsuite/tests/typing-objects/abstract_rows.ml
@@ -1,5 +1,5 @@
(* TEST
- * expect
+ expect;
*)
type u = <x:int>
type t = private <u; ..>