summary refs log tree commit diff stats
path: root/tests/lookups
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2018-11-14 23:13:55 +0100
committerAraq <rumpf_a@web.de>2018-11-23 11:58:28 +0100
commit8ea72bdceab5a13318a0269bb44990e514bf03a7 (patch)
treeda8d6425b38c753a3a999286be82e26011bf6271 /tests/lookups
parent031bfdec6f7798b99cc7bf9473a08048228c3d2a (diff)
downloadNim-8ea72bdceab5a13318a0269bb44990e514bf03a7.tar.gz
delete old cruft
Diffstat (limited to 'tests/lookups')
-rw-r--r--tests/lookups/tprefer_proc.nim4
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))