diff --git a/projects/hip/tests/catch/external/Catch2/catch.hpp b/projects/hip/tests/catch/external/Catch2/catch.hpp index 0384171ae4..6897dae0d0 100644 --- a/projects/hip/tests/catch/external/Catch2/catch.hpp +++ b/projects/hip/tests/catch/external/Catch2/catch.hpp @@ -10819,7 +10819,7 @@ namespace Catch { // 32kb for the alternate stack seems to be sufficient. However, this value // is experimentally determined, so that's not guaranteed. - static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ; + static constexpr std::size_t sigStackSize = 32768; static SignalDefs signalDefs[] = { { SIGINT, "SIGINT - Terminal interrupt signal" },