Fixed Python performance test.

This commit is contained in:
Matthias Koefferlein 2017-06-16 22:50:14 +02:00
parent cc88277af9
commit f038efa8be
1 changed files with 2 additions and 2 deletions

View File

@ -1085,8 +1085,8 @@ class DBLayoutTest(unittest.TestCase):
iy += 1
ix += 1
# took forever:
ly._destroy
ly._destroy()
# run unit tests
if __name__ == '__main__':
suite = unittest.TestLoader().loadTestsFromTestCase(DBLayoutTest)