summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/w53.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/w53.ml')
-rw-r--r--testsuite/tests/warnings/w53.ml20
1 files changed, 14 insertions, 6 deletions
diff --git a/testsuite/tests/warnings/w53.ml b/testsuite/tests/warnings/w53.ml
index 4a31ed446e..545fec18b1 100644
--- a/testsuite/tests/warnings/w53.ml
+++ b/testsuite/tests/warnings/w53.ml
@@ -1,11 +1,11 @@
-(* TEST
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
+
+
+
+
-flags = "-w +A-60-70"
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
-compile_only = "true"
-*** check-ocamlc.byte-output
*)
@@ -47,3 +47,11 @@ module I' = Set.Make [@ocaml.inlined]
module J = Set.Make [@@inlined]
module J' = Set.Make [@@ocaml.inlined]
+
+(* TEST
+ flags = "-w +A-60-70";
+ setup-ocamlc.byte-build-env;
+ compile_only = "true";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)