From 916d37b93c8ad0e2fbe98377093726baf051b708 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Mon, 5 Feb 2024 09:32:10 +0100 Subject: Ignore the global checkers if there is a syntax error; ignore error during recovery after a syntax error --- test/qsp_parser_test.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'test/qsp_parser_test.ml') diff --git a/test/qsp_parser_test.ml b/test/qsp_parser_test.ml index a86df13..609da3f 100644 --- a/test/qsp_parser_test.ml +++ b/test/qsp_parser_test.ml @@ -7,4 +7,5 @@ let () = Type_of.test; Dead_end.test; Nested_string.test; + Location.test; ] -- cgit v1.2.3