Skip to content

Commit

Permalink
threads-test-suite: Use test-output() to do output
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Sep 30, 2023
1 parent a63ef63 commit b323edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/common-dylan/tests/threads/simple-locks.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define constant *print-lock* = make(<lock>);

define method format-l (#rest args)
with-lock (*print-lock*)
apply(format-out, args);
apply(test-output, args);
end with-lock;
end method;

Expand Down

0 comments on commit b323edd

Please sign in to comment.