summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-recmod/t04bad.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-recmod/t04bad.ml')
-rw-r--r--testsuite/tests/typing-recmod/t04bad.ml20
1 files changed, 14 insertions, 6 deletions
diff --git a/testsuite/tests/typing-recmod/t04bad.ml b/testsuite/tests/typing-recmod/t04bad.ml
index a671b414d4..6f39c910e1 100644
--- a/testsuite/tests/typing-recmod/t04bad.ml
+++ b/testsuite/tests/typing-recmod/t04bad.ml
@@ -1,10 +1,18 @@
-(* TEST
-flags = " -w -a "
-ocamlc_byte_exit_status = "2"
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
-*** check-ocamlc.byte-output
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
+
+
+
+
*)
(* Bad (t = int * t) *)
module rec A : sig type t = int * A.t end = struct type t = int * A.t end;;
+
+(* TEST
+ flags = " -w -a ";
+ ocamlc_byte_exit_status = "2";
+ setup-ocamlc.byte-build-env;
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)