Skip to content

Commit 9ee7d68

Browse files
committed
Compatibility
1 parent a9da46d commit 9ee7d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/reference.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ let expected ?(expect_paths = false) allowed location =
223223
expected_err (pp_hum_comma_separated Format.pp_print_string) allowed location
224224

225225
let parse_path whole_path_location p =
226-
let segs = String.split_on_char '/' p in
226+
let segs = Astring.String.cuts ~sep:"/" p in
227227
let check segs start =
228228
let _finish =
229229
List.fold_left

0 commit comments

Comments
 (0)