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 9227923 commit f89ccefCopy full SHA for f89ccef
compiler/tests-ocaml/lib-unix/common/append.ml
@@ -39,4 +39,5 @@ let () =
39
in
40
f ();
41
Unix.close fd;
42
+ Sys.remove "append.txt";
43
assert (Buffer.contents buf = str ^ str)
compiler/tests-ocaml/lib-unix/common/dune
@@ -1,13 +1,11 @@
1
(tests
2
- (names
3
- append
4
- channel_of
5
- cmdline_prog
6
- reflector
7
- rename
8
- truncate
9
- uexit
10
- utimes)
+ (names append)
+ (libraries ocaml_testing unix)
+ (locks append.txt)
+ (modes js wasm))
+
+(tests
+ (names channel_of cmdline_prog reflector rename truncate uexit utimes)
11
(libraries ocaml_testing unix)
12
(modes js wasm))
13
0 commit comments