diff options
-rw-r--r-- | Lib/test/test_descr.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 1d54c4dba4..c6a4246990 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(): |