summary refs log tree commit diff stats
path: root/tests/threads/tthreadanalysis.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-02-06 15:29:25 +0100
committerAndreas Rumpf <rumpf_a@web.de>2016-02-06 15:29:25 +0100
commit58f6bfb1dc44fc0cf406df6ddb3aae0c3974ed03 (patch)
treee124cba307a57a4de72754654791d00eb48b2770 /tests/threads/tthreadanalysis.nim
parent19677a11b0680f5e76300608bc6dd61fd90229e8 (diff)
parent3941b8968cd44e4c629e29493fc4c8ffda5005f8 (diff)
downloadNim-58f6bfb1dc44fc0cf406df6ddb3aae0c3974ed03.tar.gz
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'tests/threads/tthreadanalysis.nim')
-rw-r--r--tests/threads/tthreadanalysis.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/threads/tthreadanalysis.nim b/tests/threads/tthreadanalysis.nim
index 6ef4de0bf..a6a847a0a 100644
--- a/tests/threads/tthreadanalysis.nim
+++ b/tests/threads/tthreadanalysis.nim
@@ -8,7 +8,7 @@ discard """
 import os
 
 var
-  thr: array [0..5, TThread[tuple[a, b: int]]]
+  thr: array [0..5, Thread[tuple[a, b: int]]]
 
 proc doNothing() = discard
 
7:49 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-06-21 23:42:39 -0700 1617' href='/akkartik/mu/commit/console.mu?h=hlt&id=6a0f71b9f89df0940a342cd2c91d246cecc18bdf'>6a0f71b9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16