summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-objects-bugs/pr7284_bad.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-objects-bugs/pr7284_bad.ml')
-rw-r--r--testsuite/tests/typing-objects-bugs/pr7284_bad.ml20
1 files changed, 14 insertions, 6 deletions
diff --git a/testsuite/tests/typing-objects-bugs/pr7284_bad.ml b/testsuite/tests/typing-objects-bugs/pr7284_bad.ml
index ab7bc55d82..a868d5bc00 100644
--- a/testsuite/tests/typing-objects-bugs/pr7284_bad.ml
+++ b/testsuite/tests/typing-objects-bugs/pr7284_bad.ml
@@ -1,9 +1,9 @@
-(* 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. *)
+
+
+
+
*)
module type S = sig
@@ -39,3 +39,11 @@ module type S = sig
module N = F(M)
let () = N.f (N.V2 0)
+
+(* TEST
+ flags = " -w -a ";
+ ocamlc_byte_exit_status = "2";
+ setup-ocamlc.byte-build-env;
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)