diff options
Diffstat (limited to 'tests/lookups/tprefer_proc.nim')
-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)) |