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