diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/qsp_parser_test.ml | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/test/qsp_parser_test.ml b/test/qsp_parser_test.ml index 3e4a96b..6ea9eab 100644 --- a/test/qsp_parser_test.ml +++ b/test/qsp_parser_test.ml @@ -12,12 +12,7 @@ let parse : string -> T.pos location =   fun content ->    let lexing = Sedlexing.Latin1.from_string content in -  match -    Qparser.Analyzer.parse -      (module Qsp_syntax.Tree) -      (module Sedlexing.Utf8) -      lexing -  with +  match Qparser.Analyzer.parse (module Qsp_syntax.Tree) lexing with    | Ok e -> e    | Error e ->        let msg = Format.asprintf "%a" Qsp_syntax.Report.pp e in | 
