summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2010-08-25 03:49:15 -0500
committerJay Hutchinson <jlhutch@gmail.com>2010-08-25 03:49:15 -0500
commitcf4aa9dc197cb15bcd82704b073fecb51ea0d89b (patch)
treebb1083c46bf213d96dc794ab7b22f5b156694cbd /test.py
parent365263addd08cf302dee0477c019a6193a617d00 (diff)
downloadpylru-cf4aa9dc197cb15bcd82704b073fecb51ea0d89b.tar.gz
Refactored one of the arguments to lruwrapper.
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 6b9b1b2..9b58b1a 100644
--- a/test.py
+++ b/test.py
@@ -127,7 +127,7 @@ def wraptest2():
import random
q = dict()
- x = lruwrap(q, 32, False)
+ x = lruwrap(q, 32, True)
for i in range(256):
a = random.randint(0, 256)
b = random.randint(0, 256)