summary refs log tree commit diff stats
path: root/compiler/plugins
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-05-12 10:19:31 -0700
committerGitHub <noreply@github.com>2020-05-12 19:19:31 +0200
commitdddfbcf211cd46453b78a9d207347a158311f85e (patch)
treed455b3e4eff3e97cdfdb9f2141e22ee03b31f5b2 /compiler/plugins
parentde74362213baeb28d52c05c71cd9b8389ae69060 (diff)
downloadNim-dddfbcf211cd46453b78a9d207347a158311f85e.tar.gz
close #13071 by adding test: nim cpp -r --gc:arc` segfaults on caught AssertionError (#14323)
Diffstat (limited to 'compiler/plugins')
0 files changed, 0 insertions, 0 deletions
ref='/ahoang/Nim/commit/tests/destructor/tdestructor3.nim?h=devel&id=0844941b35d22093861a42cb4d3070a1f54f7896'>0844941b3 ^
0d8942d45 ^


0844941b3 ^
0d8942d45 ^





















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