summary refs log tree commit diff stats
path: root/tests/errmsgs/undeclared_routime2.nim
diff options
context:
space:
mode:
authorJasper Jenkins <jasper.vs.jenkins@gmail.com>2019-05-06 23:14:38 -0700
committerAndreas Rumpf <rumpf_a@web.de>2019-05-07 08:14:38 +0200
commita6ba3116b2376d9f3476ef0f8db5bbb32afc2a76 (patch)
tree325d1c688970c410fa6e452a84b670fa196ffd1c /tests/errmsgs/undeclared_routime2.nim
parent7804b5c55888717b35432c2670f4eef23afd583a (diff)
downloadNim-a6ba3116b2376d9f3476ef0f8db5bbb32afc2a76.tar.gz
Fixes for ptr array deref codegen (#11191)
* fixes for ptr array derefence codegen
* fix comments, make diff nicer
Diffstat (limited to 'tests/errmsgs/undeclared_routime2.nim')
0 files changed, 0 insertions, 0 deletions
'#n8'>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