We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bf7f1 commit bfba224Copy full SHA for bfba224
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