Skip to content

Commit 63f9a15

Browse files
committed
threads-test-suite: Use test-output() to do output
dylan-lang/testworks#83
1 parent 6d3237e commit 63f9a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/common-dylan/tests/threads/simple-locks.dylan

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define constant *print-lock* = make(<lock>);
1111

1212
define method format-l (#rest args)
1313
with-lock (*print-lock*)
14-
apply(format-out, args);
14+
apply(test-output, args);
1515
end with-lock;
1616
end method;
1717

0 commit comments

Comments
 (0)