diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml index 52fd8ea4..da8f71ff 100644 --- a/src/main.ml +++ b/src/main.ml @@ -22,4 +22,4 @@ let () = log#ldebug (lazy ("\n" ^ Print.Module.module_to_string m ^ "\n")); (* Test the unit functions *) - I.test_all_unit_functions m.types m.functions + I.Test.test_all_unit_functions m.types m.functions |