mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
clang-format tests
This commit is contained in:
committed by
Hielke Morsink
parent
4d38475f12
commit
42fa1b0f63
@@ -14,7 +14,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <openrct2/core/Guard.hpp>
|
||||
|
||||
int main(int argc, char * * argv)
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
// Abort on an assertions so the tests do not hang
|
||||
Guard::SetAssertBehaviour(ASSERT_BEHAVIOUR::ABORT);
|
||||
|
||||
Reference in New Issue
Block a user