mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user