summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_descr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py
index 1d54c4d..c6a4246 100644
--- a/Lib/test/test_descr.py
+++ b/Lib/test/test_descr.py
@@ -2196,7 +2196,6 @@ def properties_plus():
f.foo = -10
assert f.foo == 0
del f.foo
- print "*** HIT"
def supers():