Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Feb 5, 2025
1 parent b80e20e commit 7c62a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/tests-ocaml/win-unicode/mltest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ let test_symlink () =
let dirln = "\xE4\xBD\xA0\xE5\xA5\xBD-dir-ln-s" (* "你好-dir-ln-s" *) in
Unix.mkdir foodir 0o777;
create_file foofile;
Unix.symlink ~to_dir:true foodir dirln;
Unix.symlink foodir dirln;
Unix.symlink ~to_dir:false foofile fileln;
let res =
(Unix.stat fileln).Unix.st_kind = Unix.S_REG &&
Expand Down

0 comments on commit 7c62a9a

Please sign in to comment.