mirror of
https://github.com/google/googletest.git
synced 2025-04-05 05:25:03 +00:00
Merge pull request #4325 from juliencombattelli:main
PiperOrigin-RevId: 552577282 Change-Id: I2b4d20d155ad5746e36711c039293d5c996a332e
This commit is contained in:
commit
6f6ab4212a
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ class GTEST_API_ UnitTestImpl {
|
|||
void AddTestInfo(internal::SetUpTestSuiteFunc set_up_tc,
|
||||
internal::TearDownTestSuiteFunc tear_down_tc,
|
||||
TestInfo* test_info) {
|
||||
#ifdef GTEST_HAS_FILE_SYSTEM
|
||||
#if GTEST_HAS_FILE_SYSTEM
|
||||
// In order to support thread-safe death tests, we need to
|
||||
// remember the original working directory when the test program
|
||||
// was first invoked. We cannot do this in RUN_ALL_TESTS(), as
|
||||
|
|
Loading…
Add table
Reference in a new issue