diff options
Diffstat (limited to 'tests/analyser_query_test.ml')
-rw-r--r-- | tests/analyser_query_test.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/analyser_query_test.ml b/tests/analyser_query_test.ml index 16a9bca..fd8914b 100644 --- a/tests/analyser_query_test.ml +++ b/tests/analyser_query_test.ml @@ -1,8 +1,7 @@ open StdLabels module A = ImportAnalyser.Dependency module Q = ImportAnalyser.Query -module C = ImportConf -module Syntax = ImportConf.Syntax +module Syntax = ImporterSyntax module Expr = Expression_builder open Test_migration |