aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/syntax.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syntax.ml b/test/syntax.ml
index a420035..56fac8e 100644
--- a/test/syntax.ml
+++ b/test/syntax.ml
@@ -3,7 +3,7 @@ module Ast = Tree.Ast
module Check = Qsp_syntax.Check
module S = Qsp_syntax.S
-let _, _, location_id, e1 = Check.build (module Tree)
+let location_id, e1 = Check.build (module Tree)
module Parser = Check.Make (struct
let t = [| e1 |]