summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-warnings/open_warnings.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-warnings/open_warnings.ml')
-rw-r--r--testsuite/tests/typing-warnings/open_warnings.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typing-warnings/open_warnings.ml b/testsuite/tests/typing-warnings/open_warnings.ml
index de810ae106..9e4f33817e 100644
--- a/testsuite/tests/typing-warnings/open_warnings.ml
+++ b/testsuite/tests/typing-warnings/open_warnings.ml
@@ -1,6 +1,6 @@
(* TEST
- flags = " -w +A-41-42-18"
- * expect
+ flags = " -w +A-41-42-18";
+ expect;
*)
module T1 : sig end = struct
module M = struct type t end (* unused type t *)