AK: TestSuite's main should return 0

This commit is contained in:
Ben Wiederhake 2020-08-08 00:33:43 +02:00 committed by Andreas Kling
parent 9714e61d62
commit 54c6886108
Notes: sideshowbarker 2024-07-19 04:07:07 +09:00

View file

@ -272,6 +272,7 @@ using AK::TestSuite;
static_assert(compiletime_lenof(___str(SuiteName)) != 0, "Set SuiteName"); \
TestSuite::the().main(___str(SuiteName), argc, argv); \
TestSuite::release(); \
return 0; \
}
#define assertEqual(one, two) \