summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-modules/firstclass.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-modules/firstclass.ml')
-rw-r--r--testsuite/tests/typing-modules/firstclass.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-modules/firstclass.ml b/testsuite/tests/typing-modules/firstclass.ml
index a79d01d93f..6a442b5270 100644
--- a/testsuite/tests/typing-modules/firstclass.ml
+++ b/testsuite/tests/typing-modules/firstclass.ml
@@ -1,5 +1,5 @@
(* TEST
- * expect
+ expect;
*)
module type S = sig type u type t end;;