Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDino Radaković <dinor@google.com>2021-04-13 05:20:45 +0300
committerDino Radaković <dinor@google.com>2021-04-13 05:20:45 +0300
commit38dcf805630264622c6894b9e058c45b2fb8d9c4 (patch)
tree794df378bebdf7ffade442f122ff11fa1578de27
parentad9e3402848fa5a248842d12a2ac021da59048a8 (diff)
-rw-r--r--googletest/include/gtest/gtest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index a26df54b..dd84f689 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -168,9 +168,9 @@ const int kMaxStackTraceDepth = 100;
constexpr int kFoo = 1;
-#ifdef GTEST_OS_WINDOWS
-lets break windows lmao
-#endif // GTEST_OS_WINDOWS
+#ifdef GTEST_OS_MAC
+lets break apples lmao
+#endif // GTEST_OS_MAC
namespace internal {