summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-signatures/pr6672.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-signatures/pr6672.ml')
-rw-r--r--testsuite/tests/typing-signatures/pr6672.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-signatures/pr6672.ml b/testsuite/tests/typing-signatures/pr6672.ml
index 66852161de..1a533e6ba6 100644
--- a/testsuite/tests/typing-signatures/pr6672.ml
+++ b/testsuite/tests/typing-signatures/pr6672.ml
@@ -1,5 +1,5 @@
(* TEST
- * toplevel
+ toplevel;
*)
module type S = sig type 'a t end;;