summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamltest/norm2.ml
blob: 284e99d69468e0b0b6afdc7c69cce63b52db6693 (plain)
1
2
3
4
5
(* TEST
 *)
let () = set_binary_mode_out stdout true in
(* ocamltest must normalise the \r\n *)
print_string "line1\r\nline2\r\n"; flush stdout