We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c875c4e + efe6bb1 commit 6f6ab42Copy full SHA for 6f6ab42
googletest/src/gtest-internal-inl.h
@@ -672,7 +672,7 @@ class GTEST_API_ UnitTestImpl {
672
void AddTestInfo(internal::SetUpTestSuiteFunc set_up_tc,
673
internal::TearDownTestSuiteFunc tear_down_tc,
674
TestInfo* test_info) {
675
-#ifdef GTEST_HAS_FILE_SYSTEM
+#if GTEST_HAS_FILE_SYSTEM
676
// In order to support thread-safe death tests, we need to
677
// remember the original working directory when the test program
678
// was first invoked. We cannot do this in RUN_ALL_TESTS(), as
0 commit comments