Don't ignore UsesEventLoop

This commit is contained in:
Robin Dunn
2019-10-22 14:55:32 -07:00
parent edaf5c96d7
commit acb1e69b4d

View File

@@ -55,7 +55,6 @@ def run():
c.find('OnInitCmdLine').ignore()
c.find('HandleEvent').ignore()
c.find('UsesEventLoop').ignore()
# We will use OnAssertFailure, but I don't think we should let it be
# overridden in Python.