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 6238e40 commit 0c8fdcbCopy full SHA for 0c8fdcb
src/io/stm_tests.ml
@@ -349,6 +349,6 @@ module OCSTM_seq = STM_sequential.Make(OCConf)
349
module OCSTM_dom = STM_domain.Make(OCConf)
350
;;
351
QCheck_base_runner.run_tests_main [
352
- OCSTM_seq.agree_test ~count:1000 ~name:"STM Out_channel test sequential";
353
- OCSTM_dom.agree_test_par ~count:1000 ~name:"STM Out_channel test parallel";
354
- ]
+ OCSTM_seq.agree_test ~count:1000 ~name:"STM Out_channel test sequential";
+ OCSTM_dom.agree_test_par ~count:1000 ~name:"STM Out_channel test parallel";
+]
0 commit comments