summary refs log tree commit diff stats
path: root/tests/stdlib/tsystem.nim
diff options
context:
space:
mode:
authorJake Leahy <jake@leahy.dev>2023-03-03 06:27:10 +1100
committerGitHub <noreply@github.com>2023-03-02 14:27:10 -0500
commitd4d28f2ffe522d2509dccfa7be0eef709732d93f (patch)
tree4f19bcc1c594ce8933474e82343f0222f2af1a00 /tests/stdlib/tsystem.nim
parent38d299dfc0c9f1315cf412aa76cb041642d62f07 (diff)
downloadNim-d4d28f2ffe522d2509dccfa7be0eef709732d93f.tar.gz
Allow `futureLogging` in release builds (#21448)
* Add test case

* Fixes 21447: Keeps stackTrace around when using futureLogging

* Remove extra whitespace
Diffstat (limited to 'tests/stdlib/tsystem.nim')
0 files changed, 0 insertions, 0 deletions
> 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177