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