summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-recordarg/recordarg.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-recordarg/recordarg.ml')
-rw-r--r--testsuite/tests/typing-recordarg/recordarg.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-recordarg/recordarg.ml b/testsuite/tests/typing-recordarg/recordarg.ml
index 5477de1e8a..7aa9939cb6 100644
--- a/testsuite/tests/typing-recordarg/recordarg.ml
+++ b/testsuite/tests/typing-recordarg/recordarg.ml
@@ -1,5 +1,5 @@
(* TEST
- * toplevel
+ toplevel;
*)
type t = A of {x:int; mutable y:int};;