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 d8e5572 commit f811d1bCopy full SHA for f811d1b
src/io/lin_tests_dsl_domain.ml
@@ -6,13 +6,6 @@ module IC_domain = Lin_domain.Make(Lin_tests_spec_io.ICConf)
6
module OC_domain = Lin_domain.Make(Lin_tests_spec_io.OCConf)
7
8
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
- ]
+ [IC_domain.neg_lin_test ~count:1000 ~name:"Lin DSL In_channel test with Domain"]
17
18
let _ = QCheck_base_runner.run_tests_main tests
0 commit comments