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/location.ml | |
parent | 9e7b9de243e488e15d2c7528ce64e569eba8add2 (diff) |
Moved the checks in a dedicated library
Diffstat (limited to 'test/location.ml')
-rw-r--r-- | test/location.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/location.ml b/test/location.ml index 5072164..a1939f4 100644 --- a/test/location.ml +++ b/test/location.ml @@ -1,4 +1,4 @@ -module Check = Make_checkTest.M (Qsp_syntax.Locations) +module Check = Make_checkTest.M (Qsp_checks.Locations) let _position = (Lexing.dummy_pos, Lexing.dummy_pos) |