aboutsummaryrefslogtreecommitdiff
path: root/test/make_checkTest.ml
diff options
context:
space:
mode:
authorChimrod <>2024-01-19 11:55:15 +0100
committerChimrod <>2024-01-19 11:55:15 +0100
commit86fd78a5ab65015a9c18ad601856f1b16ed90fa9 (patch)
treeef47902c248fe385fffbcf6162001aa81748b895 /test/make_checkTest.ml
parentc8fb3bdbf3d35c0fd4496d3150961e1fcb202f05 (diff)
Wait to get a valid syntax before considering a new location
Diffstat (limited to 'test/make_checkTest.ml')
-rw-r--r--test/make_checkTest.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/make_checkTest.ml b/test/make_checkTest.ml
index 308d309..2066c22 100644
--- a/test/make_checkTest.ml
+++ b/test/make_checkTest.ml
@@ -1,5 +1,3 @@
-let _position = (Lexing.dummy_pos, Lexing.dummy_pos)
-
(** Build a parser for a specific check module *)
module M (Check : Qsp_syntax.S.Analyzer) = struct
module S = Qsp_syntax.S