This commit is contained in:
Бранимир Караџић
2023-11-14 19:28:25 -08:00
parent 44fe98c53c
commit 1c53c4617f
3 changed files with 32 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ bool testAssertHandler(const bx::Location& _location, const char* _format, va_li
bx::printf("\n");
// Throwing exceptions is required for testing asserts being trigged.
// Use REQUIRE_THROWS to test asserts.
// Use REQUIRE_ASSERTS to test asserts.
throw std::exception();
return true;