ocaml/testsuite/tests/tool-ocamltest/norm2.ml

6 lines
144 B
OCaml

(* TEST
*)
let () = set_binary_mode_out stdout true in
(* ocamltest must normalise the \r\n *)
print_string "line1\r\nline2\r\n"; flush stdout