We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d3237e + 63f9a15 commit e3cf01cCopy full SHA for e3cf01c
sources/common-dylan/tests/threads/simple-locks.dylan
@@ -11,7 +11,7 @@ define constant *print-lock* = make(<lock>);
11
12
define method format-l (#rest args)
13
with-lock (*print-lock*)
14
- apply(format-out, args);
+ apply(test-output, args);
15
end with-lock;
16
end method;
17
0 commit comments