summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-ocamlc-i/pr4791.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-ocamlc-i/pr4791.ml')
-rw-r--r--testsuite/tests/typing-ocamlc-i/pr4791.ml17
1 files changed, 12 insertions, 5 deletions
diff --git a/testsuite/tests/typing-ocamlc-i/pr4791.ml b/testsuite/tests/typing-ocamlc-i/pr4791.ml
index f781017001..953e44e933 100644
--- a/testsuite/tests/typing-ocamlc-i/pr4791.ml
+++ b/testsuite/tests/typing-ocamlc-i/pr4791.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. *)
+
+
+
*)
type t = A
@@ -11,3 +11,10 @@ struct
type t = B
let f A = B
end
+
+(* TEST
+ flags = "-i -w +63";
+ setup-ocamlc.byte-build-env;
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)