mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2026-05-06 07:56:46 -04:00
Rename ASSERT_BEHAVIOUR and its members
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
// Abort on an assertions so the tests do not hang
|
||||
OpenRCT2::Guard::SetAssertBehaviour(ASSERT_BEHAVIOUR::ABORT);
|
||||
OpenRCT2::Guard::SetAssertBehaviour(AssertBehaviour::abort);
|
||||
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
|
||||
Reference in New Issue
Block a user