summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
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)