Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compiler/tests-ocaml/lib-unix/common/append.ml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ let () =
in
f ();
Unix.close fd;
Sys.remove "append.txt";
assert (Buffer.contents buf = str ^ str)
16 changes: 7 additions & 9 deletions compiler/tests-ocaml/lib-unix/common/dune
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
(tests
(names
append
channel_of
cmdline_prog
reflector
rename
truncate
uexit
utimes)
(names append)
(libraries ocaml_testing unix)
(locks append.txt)
(modes js wasm))

(tests
(names channel_of cmdline_prog reflector rename truncate uexit utimes)
(libraries ocaml_testing unix)
(modes js wasm))

Expand Down
Loading