Show More
@@ -132,7 +132,10 b' def test_gca():' | |||||
132 | print " C returned: %s" % cgcas |
|
132 | print " C returned: %s" % cgcas | |
133 | print " Python returned: %s" % pygcas |
|
133 | print " Python returned: %s" % pygcas | |
134 |
|
134 | |||
135 | if __name__ == '__main__': |
|
135 | def main(): | |
136 | test_missingancestors() |
|
136 | test_missingancestors() | |
137 | test_lazyancestors() |
|
137 | test_lazyancestors() | |
138 | test_gca() |
|
138 | test_gca() | |
|
139 | ||||
|
140 | if __name__ == '__main__': | |||
|
141 | main() |
General Comments 0
You need to be logged in to leave comments.
Login now