summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-ocamlc-i/pr7402.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-ocamlc-i/pr7402.ml')
-rw-r--r--testsuite/tests/typing-ocamlc-i/pr7402.ml17
1 files changed, 12 insertions, 5 deletions
diff --git a/testsuite/tests/typing-ocamlc-i/pr7402.ml b/testsuite/tests/typing-ocamlc-i/pr7402.ml
index b1ccef885e..38b52e8fad 100644
--- a/testsuite/tests/typing-ocamlc-i/pr7402.ml
+++ b/testsuite/tests/typing-ocamlc-i/pr7402.ml
@@ -1,8 +1,8 @@
-(* TEST
-flags = "-i -w +63"
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
-*** check-ocamlc.byte-output
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
+
+
+
*)
module M: sig type t val v:t end = struct
@@ -17,3 +17,10 @@ module M = struct
let v = M.v
end
+
+(* TEST
+ flags = "-i -w +63";
+ setup-ocamlc.byte-build-env;
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)