Skip to content

Commit

Permalink
Use #include "gtest/gtest.h" (not <>) to suppress IWYU warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Jun 19, 2024
1 parent e3de566 commit 00015f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifdef GTEST_NANO
#include "tests/gtest-nano.h"
#else
#include <gtest/gtest.h>
#include "gtest/gtest.h"
#endif

// Necessary for proper detection of *BSD
Expand Down

0 comments on commit 00015f8

Please sign in to comment.