summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/catch_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/catch_p_p.h')
-rw-r--r--tests/auto/testlib/selftests/catch_p_p.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/auto/testlib/selftests/catch_p_p.h b/tests/auto/testlib/selftests/catch_p_p.h
index ffc10559aa..97ce7a24fd 100644
--- a/tests/auto/testlib/selftests/catch_p_p.h
+++ b/tests/auto/testlib/selftests/catch_p_p.h
@@ -235,13 +235,7 @@ namespace Catch {
# define CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS
# endif
-// Universal Windows platform does not support SEH
-// Or console colours (or console at all...)
-# if defined(WINAPI_FAMILY) && (WINAPI_FAMILY == WINAPI_FAMILY_APP)
-# define CATCH_CONFIG_COLOUR_NONE
-# else
-# define CATCH_INTERNAL_CONFIG_WINDOWS_SEH
-# endif
+# define CATCH_INTERNAL_CONFIG_WINDOWS_SEH
// MSVC traditional preprocessor needs some workaround for __VA_ARGS__
// _MSVC_TRADITIONAL == 0 means new conformant preprocessor