summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/w68.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/w68.ml')
-rw-r--r--testsuite/tests/warnings/w68.ml23
1 files changed, 16 insertions, 7 deletions
diff --git a/testsuite/tests/warnings/w68.ml b/testsuite/tests/warnings/w68.ml
index 4fe03ef788..ffd98ed0f4 100644
--- a/testsuite/tests/warnings/w68.ml
+++ b/testsuite/tests/warnings/w68.ml
@@ -1,12 +1,12 @@
-(* TEST
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
+
+
+
+
+
-flags = "-w +A-70"
-* setup-ocamlopt.byte-build-env
-** ocamlopt.byte
-*** check-ocamlopt.byte-output
-**** run
-***** check-program-output
*)
type a = { mutable a : int }
@@ -32,3 +32,12 @@ let () =
let dont_warn_with_partial_match None x = x
+
+(* TEST
+ flags = "-w +A-70";
+ setup-ocamlopt.byte-build-env;
+ ocamlopt.byte;
+ check-ocamlopt.byte-output;
+ run;
+ check-program-output;
+*)