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 d7d2e1e commit 5b0d03dCopy full SHA for 5b0d03d
src/neg_tests/lin_tests_thread_ref.ml
@@ -12,5 +12,5 @@ then
12
else
13
QCheck_base_runner.run_tests_main
14
(let count = 1000 in
15
- [RT_int64_thread.lin_test ~count ~name:"Lin ref int test with Thread"; (* unboxed, hence no allocations to trigger context switch *)
+ [RT_int_thread.lin_test ~count ~name:"Lin ref int test with Thread"; (* unboxed, hence no allocations to trigger context switch *)
16
RT_int64_thread.neg_lin_test ~count:15000 ~name:"Lin ref int64 test with Thread"])
0 commit comments