summary refs log tree commit diff stats
path: root/tests/collections
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-12-09 15:57:52 -0800
committerGitHub <noreply@github.com>2020-12-10 00:57:52 +0100
commit82bb4db4b72e4ca61e2853755fd8ed8527c1a42a (patch)
treedf84bc2240f9a9ef096aabec8b781652ea97dabf /tests/collections
parentf344a704123a4b55e2b3b8a4f736a6739d0683bb (diff)
downloadNim-82bb4db4b72e4ca61e2853755fd8ed8527c1a42a.tar.gz
unittest: use defines instead of env vars (#16165)
* unittest: use defines instead of env vars

* use defines in testament

* fixup

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'tests/collections')
0 files changed, 0 insertions, 0 deletions
r.nim?h=devel&id=49d924c20b97699d3cdf559d890c9c02606c7df4'>49d924c20 ^
b2bc5440a ^
49d924c20 ^





b2bc5440a ^
49d924c20 ^

b2bc5440a ^
49d924c20 ^






b2bc5440a ^
49d924c20 ^










b2bc5440a ^
49d924c20 ^














b2bc5440a ^
49d924c20 ^






b2bc5440a ^


49d924c20 ^
b2bc5440a ^
49d924c20 ^

b2bc5440a ^

49d924c20 ^


b2bc5440a ^
49d924c20 ^

b2bc5440a ^
49d924c20 ^

b2bc5440a ^
49d924c20 ^

b2bc5440a ^
49d924c20 ^

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