Skip to content

Commit

Permalink
windows mess
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod committed Dec 6, 2023
1 parent 800de1f commit e1a58c0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test_unit/test_signal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@ TEST_F(SignalHandlingTest, WriteErrorMessage_Nullptr_DoesNotWriteToStderr) {
ASSERT_TRUE(output.empty());
}

#endif // #if !(defined(WIN32) || defined(_WIN32) || defined(__WIN32__))

TEST(SignalHandlingTest, DummyForWindows){
ASSERT_TRUE(true);
}
#endif // #if !(defined(WIN32) || defined(_WIN32) || defined(__WIN32__))

0 comments on commit e1a58c0

Please sign in to comment.