X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2Ftest_parser.ml;h=b3685232e8e96e3a898e6a361bc9dd940cb63601;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=1ad6b924a381bfad0d7aff197aa1b479405ca960;hpb=206f96afb7097c20b3cc8bd144825467b4fde7ae;p=helm.git diff --git a/helm/ocaml/cic_notation/test_parser.ml b/helm/ocaml/cic_notation/test_parser.ml index 1ad6b924a..b3685232e 100644 --- a/helm/ocaml/cic_notation/test_parser.ml +++ b/helm/ocaml/cic_notation/test_parser.ml @@ -157,5 +157,5 @@ let _ = CicNotation.load_notation (Helm_registry.get "notation.core_file"); print_endline "done."; flush stdout; - process_stream (Stream.of_channel stdin) + process_stream (Ulexing.from_utf8_channel stdin)