Commit 3e8b73cd authored by Jeremy Hylton's avatar Jeremy Hylton

Add a call to a Sub() method that actually works.

parent 4e01184e
......@@ -138,6 +138,7 @@ def _test(metaclass):
pass # result == 100
else:
assert False
s.m2(5)
if __name__ == "__main__":
_test(EiffelMetaClass1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment