We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a1345 commit 040817aCopy full SHA for 040817a
src/sys/stm_tests.ml
@@ -245,7 +245,7 @@ struct
245
(* workaround for dir-to-empty-target-dir https://github.com/ocaml/ocaml/issues/12073 *)
246
if Sys.win32 && ocaml_version <= (5,0) && path_is_an_empty_dir fs new_path then fs else
247
(* workaround for dir-to-file https://github.com/ocaml/ocaml/issues/12073 *)
248
- if (Sys.win32 && ocaml_version <= (5,0) && path_is_a_file fs new_path) then
+ if Sys.win32 && ocaml_version <= (5,0) && path_is_a_file fs new_path then
249
(match Model.separate_path new_path with
250
| None -> fs
251
| Some (new_path_pref, new_name) ->
0 commit comments