mirror of
https://github.com/python/cpython.git
synced 2026-05-29 07:35:02 -04:00
Add a call to a Sub() method that actually works.
This commit is contained in:
@@ -138,6 +138,7 @@ def _test(metaclass):
|
||||
pass # result == 100
|
||||
else:
|
||||
assert False
|
||||
s.m2(5)
|
||||
|
||||
if __name__ == "__main__":
|
||||
_test(EiffelMetaClass1)
|
||||
|
||||
Reference in New Issue
Block a user