Remove superfluous comment
This commit is contained in:
parent
39bfc6e82b
commit
1b2fa601c6
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
|
||||
namespace Catch {
|
||||
bool uncaught_exceptions() {
|
||||
// https://github.com/catchorg/Catch2/issues/1162
|
||||
#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
|
||||
return std::uncaught_exceptions() > 0;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue