Remove setup-thread’s optionnal argument from the tests.
1 files changed, 1 insertions(+), 1 deletions(-) M tests/run.scm
M tests/run.scm => tests/run.scm +1 -1
@@ 1,6 1,6 @@ (use test hardwood) -(setup-thread (current-thread)) +(setup-thread) (load "ping") (load "rpc")