summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml
diff options
context:
space:
mode:
authorNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
committerNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
commitd3a5c923939a1fc03cc14c005d61210d8c3bd546 (patch)
tree5459de2b7b6cbaa1167d18224f1ea5d256e2f3f7 /testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml
parentad111da274b58d82249f92b8c79ee252bf25525b (diff)
parent23dab79a4e42856aa33816b9c79c3d4d79959cb9 (diff)
downloadocaml-d3a5c923939a1fc03cc14c005d61210d8c3bd546.tar.gz
Merge branch 'trunk' into nick-get-copy
Diffstat (limited to 'testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml')
-rw-r--r--testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml b/testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml
index 9b4624d3e2..041f1f8eb0 100644
--- a/testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml
+++ b/testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml
@@ -1,12 +1,12 @@
(* TEST
- readonly_files = "empty_ppx.ml"
- * setup-ocamlc.byte-build-env
- ** ocamlc.byte with ocamlcommon
- all_modules="empty_ppx.ml"
- program="ppx.exe"
- *** toplevel
- all_modules="${test_file}"
- flags="-ppx '${ocamlrun} ${test_build_directory_prefix}/ocamlc.byte/ppx.exe'"
+ readonly_files = "empty_ppx.ml";
+ setup-ocamlc.byte-build-env;
+ all_modules = "empty_ppx.ml";
+ program = "ppx.exe";
+ ocamlc.byte with ocamlcommon;
+ all_modules = "${test_file}";
+ flags = "-ppx '${ocamlrun} ${test_build_directory_prefix}/ocamlc.byte/ppx.exe'";
+ toplevel;
*)
type t = [%empty_polyvar];;