From 102b8eb700d850c56115cea46746f0dc508cb158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m=20-=20seeking=20Senior=20Engineering?= =?UTF-8?q?=20roles=20as=20well=20as=20contract=20opportunities?= Date: Mon, 5 Feb 2024 10:00:42 -0700 Subject: [PATCH] dummy pr to check CI --- test_unit/test_crashhandler_windows.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test_unit/test_crashhandler_windows.cpp b/test_unit/test_crashhandler_windows.cpp index a494a6b0..6bb3b0ef 100644 --- a/test_unit/test_crashhandler_windows.cpp +++ b/test_unit/test_crashhandler_windows.cpp @@ -10,7 +10,8 @@ #if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__)) #include -#include "g3log/stacktrace_windows.hpp" +#include "g3log/stacktrace_windows.hpp" + TEST(CrashHandler_Windows, ExceptionType) { EXPECT_EQ(stacktrace::exceptionIdToText(123), "UNKNOWN EXCEPTION:123"); @@ -39,4 +40,4 @@ TEST(CrashHandler_Windows, ExceptionType) { EXPECT_EQ(stacktrace::exceptionIdToText(EXCEPTION_STACK_OVERFLOW), "EXCEPTION_STACK_OVERFLOW"); } -#endif // defined WIN32 \ No newline at end of file +#endif // defined WIN32