summary refs log tree commit diff stats
path: root/tests/exception/twrongexc.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-08-16 14:19:36 -0700
committerAndreas Rumpf <rumpf_a@web.de>2018-08-16 23:19:36 +0200
commitaf037546b0b8fb77a9bd33c6f75f6c7c216fa9bb (patch)
treefed4c8f29e51af1b491ba72b6d276493be13e39d /tests/exception/twrongexc.nim
parent3ca8ebe778cb82cdbd97d7a9a00015bbeed1a696 (diff)
downloadNim-af037546b0b8fb77a9bd33c6f75f6c7c216fa9bb.tar.gz
fixes #7187 sequtils.toSeq produces the sequence from the iterator twice (#8586)
* cleanups refs #8584
* fixes #7187
Diffstat (limited to 'tests/exception/twrongexc.nim')
0 files changed, 0 insertions, 0 deletions
tle='Blame the previous revision' href='/andinus/dorado/blame/README.org?id=e3c4aaf6c20ac1aab52ba30c93f1d360b21dfff8'>^
25d6942




272dc08 ^
e623853 ^











272dc08 ^


e3c4aaf ^
272dc08 ^














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