mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 21:50:31 +01:00
tests: Oops: fix del-attr.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
class C:
|
||||
def f():
|
||||
pass
|
||||
|
||||
# del a class attribute
|
||||
|
||||
del C.f
|
||||
|
||||
Reference in New Issue
Block a user