forked from loafle/openapi-generator-original
Allow generated code to do cleanup of object by preventing premature loop exit (#270)
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
PetApiTests::runTests();
|
||||
|
||||
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user