Skip to content

Commit

Permalink
dummy pr to check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored Feb 5, 2024
1 parent 45ca1f6 commit 102b8eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test_unit/test_crashhandler_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__))
#include <windows.h>
#include "g3log/stacktrace_windows.hpp"
#include "g3log/stacktrace_windows.hpp"


TEST(CrashHandler_Windows, ExceptionType) {
EXPECT_EQ(stacktrace::exceptionIdToText(123), "UNKNOWN EXCEPTION:123");
Expand Down Expand Up @@ -39,4 +40,4 @@ TEST(CrashHandler_Windows, ExceptionType) {
EXPECT_EQ(stacktrace::exceptionIdToText(EXCEPTION_STACK_OVERFLOW), "EXCEPTION_STACK_OVERFLOW");
}

#endif // defined WIN32
#endif // defined WIN32

0 comments on commit 102b8eb

Please sign in to comment.