aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/langobj_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/langobj_runme.py')
-rw-r--r--Examples/test-suite/python/langobj_runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/python/langobj_runme.py b/Examples/test-suite/python/langobj_runme.py
index b32d5a18a..ce1c9cdf3 100644
--- a/Examples/test-suite/python/langobj_runme.py
+++ b/Examples/test-suite/python/langobj_runme.py
@@ -2,7 +2,7 @@ import sys
from langobj import *
-x = "hello"
+x = 256*256+1
rx = sys.getrefcount(x)
v = identity(x)
rv = sys.getrefcount(v)