From 0a7c5fe35f4be2ea5c834b586fb5e947bd952377 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Tue, 25 Apr 2023 15:25:52 +0100 Subject: New script language for ocamltest (#12185) New test script language, all tests translated automatically (see `tools/translate-all-tests`). --- testsuite/tests/typing-objects-bugs/pr5156_ok.ml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuite/tests/typing-objects-bugs/pr5156_ok.ml') diff --git a/testsuite/tests/typing-objects-bugs/pr5156_ok.ml b/testsuite/tests/typing-objects-bugs/pr5156_ok.ml index e17bf711d2..d3e85071a5 100644 --- a/testsuite/tests/typing-objects-bugs/pr5156_ok.ml +++ b/testsuite/tests/typing-objects-bugs/pr5156_ok.ml @@ -1,8 +1,8 @@ (* TEST -flags = " -w -a " -* setup-ocamlc.byte-build-env -** ocamlc.byte -*** check-ocamlc.byte-output + flags = " -w -a "; + setup-ocamlc.byte-build-env; + ocamlc.byte; + check-ocamlc.byte-output; *) class type t = object end;; -- cgit v1.2.1