diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-14 23:13:55 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 11:58:28 +0100 |
commit | 8ea72bdceab5a13318a0269bb44990e514bf03a7 (patch) | |
tree | da8d6425b38c753a3a999286be82e26011bf6271 /tests/lookups | |
parent | 031bfdec6f7798b99cc7bf9473a08048228c3d2a (diff) | |
download | Nim-8ea72bdceab5a13318a0269bb44990e514bf03a7.tar.gz |
delete old cruft
Diffstat (limited to 'tests/lookups')
-rw-r--r-- | tests/lookups/tprefer_proc.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lookups/tprefer_proc.nim b/tests/lookups/tprefer_proc.nim deleted file mode 100644 index 57ee8e539..000000000 --- a/tests/lookups/tprefer_proc.nim +++ /dev/null @@ -1,4 +0,0 @@ - -# bug #4353 -import random -echo random[int](low(int) .. high(int)) |