Skip to content

Commit 31aac3d

Browse files
committed
restore compatibility with old OCaml versions
1 parent 0bba969 commit 31aac3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solver.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ struct
416416
let compare x y =
417417
let v = Namespaced.compare x y in
418418
if v <> 0 then v
419-
else Stdlib.compare (Namespaced.filepath x) (Namespaced.filepath y)
419+
else compare (Namespaced.filepath x) (Namespaced.filepath y)
420420
end)
421421
open Unit
422422

0 commit comments

Comments
 (0)