mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Add a call to a Sub() method that actually works.
This commit is contained in:
parent
a00331636b
commit
c9329cae53
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ def _test(metaclass):
|
||||||
pass # result == 100
|
pass # result == 100
|
||||||
else:
|
else:
|
||||||
assert False
|
assert False
|
||||||
|
s.m2(5)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
_test(EiffelMetaClass1)
|
_test(EiffelMetaClass1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue