summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-private-bugs/pr5026_bad.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-private-bugs/pr5026_bad.ml')
-rw-r--r--testsuite/tests/typing-private-bugs/pr5026_bad.ml20
1 files changed, 14 insertions, 6 deletions
diff --git a/testsuite/tests/typing-private-bugs/pr5026_bad.ml b/testsuite/tests/typing-private-bugs/pr5026_bad.ml
index c62a3cb99c..cc3509b242 100644
--- a/testsuite/tests/typing-private-bugs/pr5026_bad.ml
+++ b/testsuite/tests/typing-private-bugs/pr5026_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. *)
+
+
+
+
*)
type untyped;;
@@ -17,3 +17,11 @@ end;;
class ['a] s3object r : ['a] s3 = object
val underlying = r
end;;
+
+(* TEST
+ flags = " -w -a ";
+ ocamlc_byte_exit_status = "2";
+ setup-ocamlc.byte-build-env;
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)