From 1ef65d60f182059297cb07498ca211884a868c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 11 May 2022 22:56:30 +0200 Subject: [PATCH] Tiny fixup in Misc.tests.cpp --- tests/SelfTest/UsageTests/Misc.tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SelfTest/UsageTests/Misc.tests.cpp b/tests/SelfTest/UsageTests/Misc.tests.cpp index 33734d43..2e4badf5 100644 --- a/tests/SelfTest/UsageTests/Misc.tests.cpp +++ b/tests/SelfTest/UsageTests/Misc.tests.cpp @@ -549,4 +549,4 @@ TEST_CASE("Validate SEH behavior - no crash for stack unwinding", "[approvals][! throw 1; } -#endif +#endif // CATCH_PLATFORM_WINDOWS