Skip to content

Commit 8fb499f

Browse files
committed
make Bytes test a negative test
1 parent 857656d commit 8fb499f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bytes/lin_tests_dsl.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ module BT = Lin_api.Make(BConf)
3333
Util.set_ci_printing ()
3434
;;
3535
QCheck_base_runner.run_tests_main [
36-
BT.lin_test `Domain ~count:1000 ~name:"Lin_api Bytes test with Domain";
37-
BT.lin_test `Thread ~count:1000 ~name:"Lin_api Bytes test with Thread";
36+
BT.neg_lin_test `Domain ~count:1000 ~name:"Lin_api Bytes test with Domain";
37+
BT.lin_test `Thread ~count:1000 ~name:"Lin_api Bytes test with Thread";
3838
]

0 commit comments

Comments
 (0)