Commit 054a986a authored by Copybara-Service's avatar Copybara-Service
Browse files

Merge pull request #3694 from joshiayush:main

PiperOrigin-RevId: 415014511
Change-Id: If2e20eb9408a23b5574a2c87f651c2905f14fcac
parents 4c5650f6 3ea58705
......@@ -5835,9 +5835,7 @@ bool UnitTestImpl::RunAllTests() {
return true;
}
random_seed_ = GTEST_FLAG_GET(shuffle)
? GetRandomSeedFromFlag(GTEST_FLAG_GET(random_seed))
: 0;
random_seed_ = GetRandomSeedFromFlag(GTEST_FLAG_GET(random_seed));
// True if and only if at least one test has failed.
bool failed = false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment