Skip to content

Commit 5b0d03d

Browse files
committed
typo: Lin int Thread test is int
1 parent d7d2e1e commit 5b0d03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neg_tests/lin_tests_thread_ref.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ then
1212
else
1313
QCheck_base_runner.run_tests_main
1414
(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 *)
15+
[RT_int_thread.lin_test ~count ~name:"Lin ref int test with Thread"; (* unboxed, hence no allocations to trigger context switch *)
1616
RT_int64_thread.neg_lin_test ~count:15000 ~name:"Lin ref int64 test with Thread"])

0 commit comments

Comments
 (0)