summary refs log tree commit diff stats
path: root/tests/async/tasyncall.nim
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2022-04-12 15:48:48 +0800
committerGitHub <noreply@github.com>2022-04-12 09:48:48 +0200
commit26bcf18f918b2bcc7b6b2e230ae74d7726dca6d0 (patch)
tree49e00effc4562a3b77c4ee497bd88f2610260115 /tests/async/tasyncall.nim
parent26acc97864ede8e19dddd52aa04e0139da356e3e (diff)
downloadNim-26bcf18f918b2bcc7b6b2e230ae74d7726dca6d0.tar.gz
fix #19680; check if stderr is static (#19709)
Diffstat (limited to 'tests/async/tasyncall.nim')
0 files changed, 0 insertions, 0 deletions
200 committer GitHub <noreply@github.com> 2020-05-12 15:46:24 +0200 fixes #13881' href='/ahoang/Nim/commit/lib/system/gc_interface.nim?h=devel&id=06dfd316127fb2ec05ff69942abd1e279156ac5c'>06dfd3161 ^
e708d5de7 ^


352232e62 ^
e708d5de7 ^






































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100