diff options
author | Chimrod <> | 2024-12-02 09:05:18 +0100 |
---|---|---|
committer | Chimrod <> | 2024-12-02 09:05:18 +0100 |
commit | 53c02501935b3cb2db78e79deb4d38c997505a95 (patch) | |
tree | 88a75e012ee186ffb6c6e3e0c53ba80610ec3b0b /test/type_of.ml | |
parent | 9e7b9de243e488e15d2c7528ce64e569eba8add2 (diff) |
Moved the checks in a dedicated library
Diffstat (limited to 'test/type_of.ml')
-rw-r--r-- | test/type_of.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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) |