mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
parent
a63ad74554
commit
3bd0c58878
@ -500,6 +500,11 @@ namespace Catch {
|
||||
// before running the tests themselves, or the binary can crash
|
||||
// without failed test being reported.
|
||||
FatalConditionHandlerGuard _(&m_fatalConditionhandler);
|
||||
// We keep having issue where some compilers warn about an unused
|
||||
// variable, even though the type has non-trivial constructor and
|
||||
// destructor. This is annoying and ugly, but it makes them stfu.
|
||||
(void)_;
|
||||
|
||||
m_activeTestCase->invoke();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user