aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dead_end.ml2
-rw-r--r--test/dune1
-rw-r--r--test/dup_cases.ml2
-rw-r--r--test/get_type.ml2
-rw-r--r--test/literals.ml2
-rw-r--r--test/location.ml2
-rw-r--r--test/nested_string.ml2
-rw-r--r--test/syntax.ml2
-rw-r--r--test/type_of.ml2
9 files changed, 9 insertions, 8 deletions
diff --git a/test/dead_end.ml b/test/dead_end.ml
index f91680f..fba978b 100644
--- a/test/dead_end.ml
+++ b/test/dead_end.ml
@@ -1,4 +1,4 @@
-module Check = Make_checkTest.M (Qsp_syntax.Dead_end)
+module Check = Make_checkTest.M (Qsp_checks.Dead_end)
let _position = (Lexing.dummy_pos, Lexing.dummy_pos)
diff --git a/test/dune b/test/dune
index d7b5527..be1e337 100644
--- a/test/dune
+++ b/test/dune
@@ -7,6 +7,7 @@
sedlex
qparser
qsp_syntax
+ qsp_checks
fmt
)
(preprocess (pps
diff --git a/test/dup_cases.ml b/test/dup_cases.ml
index cf1d4c1..8d4274e 100644
--- a/test/dup_cases.ml
+++ b/test/dup_cases.ml
@@ -1,4 +1,4 @@
-module Check = Make_checkTest.M (Qsp_syntax.Dup_test)
+module Check = Make_checkTest.M (Qsp_checks.Dup_test)
let _position = (Lexing.dummy_pos, Lexing.dummy_pos)
diff --git a/test/get_type.ml b/test/get_type.ml
index 627e2a8..40b3151 100644
--- a/test/get_type.ml
+++ b/test/get_type.ml
@@ -1,4 +1,4 @@
-module Get_type = Qsp_syntax.Get_type
+module Get_type = Qsp_checks.Get_type
module T = Qsp_syntax.T
let _position = (Lexing.dummy_pos, Lexing.dummy_pos)
diff --git a/test/literals.ml b/test/literals.ml
index 8f5a56e..90741ff 100644
--- a/test/literals.ml
+++ b/test/literals.ml
@@ -1,6 +1,6 @@
module Tree = Qsp_syntax.Tree
module Ast = Tree.Ast
-module Check = Qsp_syntax.Check
+module Check = Qsp_checks.Check
module S = Qsp_syntax.S
module T = Qsp_syntax.T
diff --git a/test/location.ml b/test/location.ml
index 5072164..a1939f4 100644
--- a/test/location.ml
+++ b/test/location.ml
@@ -1,4 +1,4 @@
-module Check = Make_checkTest.M (Qsp_syntax.Locations)
+module Check = Make_checkTest.M (Qsp_checks.Locations)
let _position = (Lexing.dummy_pos, Lexing.dummy_pos)
diff --git a/test/nested_string.ml b/test/nested_string.ml
index f674ee2..baff9de 100644
--- a/test/nested_string.ml
+++ b/test/nested_string.ml
@@ -1,4 +1,4 @@
-module Check = Make_checkTest.M (Qsp_syntax.Nested_strings)
+module Check = Make_checkTest.M (Qsp_checks.Nested_strings)
let _position = (Lexing.dummy_pos, Lexing.dummy_pos)
diff --git a/test/syntax.ml b/test/syntax.ml
index f922e4f..1123101 100644
--- a/test/syntax.ml
+++ b/test/syntax.ml
@@ -1,6 +1,6 @@
module Tree = Qsp_syntax.Tree
module Ast = Tree.Ast
-module Check = Qsp_syntax.Check
+module Check = Qsp_checks.Check
module S = Qsp_syntax.S
module T = Qsp_syntax.T
diff --git a/test/type_of.ml b/test/type_of.ml
index 53d01bd..e816bc7 100644
--- a/test/type_of.ml
+++ b/test/type_of.ml
@@ -1,4 +1,4 @@
-module Check = Make_checkTest.M (Qsp_syntax.Type_of)
+module Check = Make_checkTest.M (Qsp_checks.Type_of)
let _position = (Lexing.dummy_pos, Lexing.dummy_pos)