summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-modules-bugs/pr6899_second_bad.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-modules-bugs/pr6899_second_bad.ml')
-rw-r--r--testsuite/tests/typing-modules-bugs/pr6899_second_bad.ml20
1 files changed, 14 insertions, 6 deletions
diff --git a/testsuite/tests/typing-modules-bugs/pr6899_second_bad.ml b/testsuite/tests/typing-modules-bugs/pr6899_second_bad.ml
index 42d8bdde48..3600362368 100644
--- a/testsuite/tests/typing-modules-bugs/pr6899_second_bad.ml
+++ b/testsuite/tests/typing-modules-bugs/pr6899_second_bad.ml
@@ -1,9 +1,9 @@
-(* TEST
-flags = " -w -a "
-ocamlc_byte_exit_status = "2"
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
-*** check-ocamlc.byte-output
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
+
+
+
+
*)
include struct
@@ -11,3 +11,11 @@ include struct
let wrap f `Test = f
let bar = wrap ()
end
+
+(* TEST
+ flags = " -w -a ";
+ ocamlc_byte_exit_status = "2";
+ setup-ocamlc.byte-build-env;
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)