Skip to content

Commit f811d1b

Browse files
committed
Focus on In_channel
Drop Out_channel of the tests
1 parent d8e5572 commit f811d1b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/io/lin_tests_dsl_domain.ml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ module IC_domain = Lin_domain.Make(Lin_tests_spec_io.ICConf)
66
module OC_domain = Lin_domain.Make(Lin_tests_spec_io.OCConf)
77

88
let tests =
9-
IC_domain.neg_lin_test ~count:1000 ~name:"Lin DSL In_channel test with Domain" ::
10-
if Sys.getenv_opt "OCAML_SYSTEM" = Some "macosx"
11-
then (
12-
Printf.printf "Lin DSL Out_channel test with Domain disabled under macOS\n\n%!";
13-
[]
14-
) else [
15-
OC_domain.neg_lin_test ~count:5000 ~name:"Lin DSL Out_channel test with Domain";
16-
]
9+
[IC_domain.neg_lin_test ~count:1000 ~name:"Lin DSL In_channel test with Domain"]
1710

1811
let _ = QCheck_base_runner.run_tests_main tests

0 commit comments

Comments
 (0)