summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/w50.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/w50.ml')
-rw-r--r--testsuite/tests/warnings/w50.ml20
1 files changed, 14 insertions, 6 deletions
diff --git a/testsuite/tests/warnings/w50.ml b/testsuite/tests/warnings/w50.ml
index b6e868f89a..a9a1a92329 100644
--- a/testsuite/tests/warnings/w50.ml
+++ b/testsuite/tests/warnings/w50.ml
@@ -1,11 +1,11 @@
-(* TEST
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
+
+
+
+
-flags = "-w +A-70"
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
-compile_only = "true"
-*** check-ocamlc.byte-output
*)
@@ -16,3 +16,11 @@ module A : sig end = struct
module Y1 = X1
end
+
+(* TEST
+ flags = "-w +A-70";
+ setup-ocamlc.byte-build-env;
+ compile_only = "true";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)