diff options
Diffstat (limited to 'tests/threads/threadex.nim')
-rw-r--r-- | tests/threads/threadex.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/threads/threadex.nim b/tests/threads/threadex.nim index 00d0992a5..442e80189 100644 --- a/tests/threads/threadex.nim +++ b/tests/threads/threadex.nim @@ -12,7 +12,7 @@ type var producer, consumer: Thread[void] - chan: TChannel[TMsg] + chan: Channel[TMsg] printedLines = 0 proc consume() {.thread.} = |