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