Skip to content

Commit e3cf01c

Browse files
authored
Merge pull request #1535 from cgay/threads-tests
threads-test-suite: Use test-output() to do output
2 parents 6d3237e + 63f9a15 commit e3cf01c

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)