diff options
Diffstat (limited to 'test/qsp_parser_test.ml')
-rw-r--r-- | test/qsp_parser_test.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/qsp_parser_test.ml b/test/qsp_parser_test.ml index c37c7f1..3e4a96b 100644 --- a/test/qsp_parser_test.ml +++ b/test/qsp_parser_test.ml @@ -20,7 +20,7 @@ let parse : string -> T.pos location = with | Ok e -> e | Error e -> - let msg = Format.asprintf "%a" Qparser.Analyzer.format_error e in + let msg = Format.asprintf "%a" Qsp_syntax.Report.pp e in raise (Failure msg) let location : T.pos location Alcotest.testable = |