From 3046fb0d0c1ceac2c6a6ca9456e9e05671e0cef9 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 19 Jul 2025 11:18:24 +0200 Subject: Added dependencies system between the modules in the checks --- test/type_of.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/type_of.ml') diff --git a/test/type_of.ml b/test/type_of.ml index e816bc7..1b84faa 100644 --- a/test/type_of.ml +++ b/test/type_of.ml @@ -78,7 +78,7 @@ let concat_text () = _test_instruction {|$a = 'A' + 1|} [] let increment_string () = _test_instruction {|$a += 1|} (message' Error) let test = - ( "Typechecking", + ( __FILE__, [ Alcotest.test_case "Assign str to int" `Quick type_mismatch; Alcotest.test_case "$str = int" `Quick assign_int_str; -- cgit v1.2.3