summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-modules/illegal_permutation.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-modules/illegal_permutation.ml')
-rw-r--r--testsuite/tests/typing-modules/illegal_permutation.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-modules/illegal_permutation.ml b/testsuite/tests/typing-modules/illegal_permutation.ml
index fabe8548c5..820dfb9483 100644
--- a/testsuite/tests/typing-modules/illegal_permutation.ml
+++ b/testsuite/tests/typing-modules/illegal_permutation.ml
@@ -1,5 +1,5 @@
(* TEST
-* expect
+ expect;
*)
class type ct = object end
module type s = sig type a val one:int type b class two:ct type c type exn+=Three type d end