Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Apr 1, 2024
1 parent c15421c commit 317477b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run.ml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ let result =
"namespaced.mli", ( ["Modname";"Unitname";"Name";"Paths"; "Pp"; "Schematic"],
["Format"; "Set";"Map"], [] );
"namespaced.ml", ( ["Modname"; "Unitname"; "Paths"; "Pp"; "Schematic"; "Support"],
["Filename"; "Format";"List";"Set"; "String"], [] );
["Filename"; "Format";"List";"Set"], [] );
"loc.mli", ( ["Schematic"], ["Format"], []);
"loc.ml", ( ["Pp";"Schematic"], ["List"], []);
"uloc.mli", ( ["Loc"; "Pkg"; "Pp"], [], []);
Expand Down Expand Up @@ -714,7 +714,7 @@ let result =
"Standard_faults"],
[ "List"; "Location"; "Set"],
[]);
"support.ml", ([],["String"; "List"; "Map"; "Sys"],[]);
"support.ml", ([],["Filename"; "String"; "List"; "Map"; "Sys"],[]);
"support.mli", ([],["Map"],[]);
"with_deps.ml", (["Deps"],[],[]);
"with_deps.mli", (["Deps"],[],[]);
Expand Down

0 comments on commit 317477b

Please sign in to comment.