summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-multifile/pr7563.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-multifile/pr7563.ml')
-rw-r--r--testsuite/tests/typing-multifile/pr7563.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-multifile/pr7563.ml b/testsuite/tests/typing-multifile/pr7563.ml
index d7950efbea..87c8491dd3 100644
--- a/testsuite/tests/typing-multifile/pr7563.ml
+++ b/testsuite/tests/typing-multifile/pr7563.ml
@@ -1,5 +1,5 @@
(* TEST
-modules = "f.ml"
+ modules = "f.ml";
*)
exit (if F.Alias = F.alias then 0 else 1)