tests: Oops: fix del-attr.

This commit is contained in:
Damien George 2014-04-08 23:02:24 +01:00
parent b04488151e
commit 2b0091983f
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
class C:
def f():
pass
# del a class attribute
del C.f