From 53c02501935b3cb2db78e79deb4d38c997505a95 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Mon, 2 Dec 2024 09:05:18 +0100 Subject: Moved the checks in a dedicated library --- test/nested_string.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/nested_string.ml') 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) -- cgit v1.2.3