mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 14:53:02 +01:00
Fix main function
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Make MSVC shut up about M_PI
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
extern "C" {
|
||||
#include "util/sawyercoding.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
int main(int argc, char * * argv)
|
||||
{
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
RUN_ALL_TESTS();
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user