Fix build breakage from toolchain option changes.

PiperOrigin-RevId: 721433123
This commit is contained in:
Francis Tsui
2025-01-30 10:15:29 -08:00
committed by Copybara-Service
parent c9686fdb0f
commit 79b99ae0a9
3 changed files with 0 additions and 15 deletions
@@ -93,8 +93,6 @@ TEST_F(CountDownLatchTests, CountDownLatchAwaitSucceeds) {
TEST_F(CountDownLatchTests, CountDownLatchAwaitTimeoutTimesOut) {
// Arrange
LONG volatile count = 0;
std::unique_ptr<nearby::api::CountDownLatch> countDownLatch =
nearby::api::ImplementationPlatform::CreateCountDownLatch(3);
@@ -44,14 +44,6 @@ const wchar_t* kOneIterationNoDotsFileName(L"/incrementfiletesttxt (1)");
const wchar_t* kMultipleDotsFileName(L"increment.file.test.txt");
const wchar_t* kOneIterationMultipleDotsFileName(
L"/increment.file.test (1).txt");
const wchar_t* kImmediateEscape(L"../");
const wchar_t* kLongEscapeBackSlash(L"..\\test\\..\\..\\test");
const wchar_t* kTwoLevelFolder(L"/test/test");
const wchar_t* kLongEscapeSlash(L"../test/../../test");
const wchar_t* kLongEscapeMixedSlash(L"../test\\..\\../test");
const wchar_t* kLongEscapeEndingEscape(L"../test/../../test/..");
const wchar_t* kLongEscapeEndingEscapeWithSlash(
L"../test/../../test/../../../");
const wchar_t* kFileNameWithThreeDots(L"...");
const wchar_t* kFileNameWithFrontTwoDots(L"..file.name.txt");
} // namespace
@@ -143,9 +135,6 @@ NameArgumentsShouldReturnBaseDownloadPath) {
auto actual(FilePath::GetDownloadPath(parent_folder, file_name));
auto result_size = actual.size();
auto default_size = default_download_path_.size();
EXPECT_EQ(actual, default_download_path_);
}
@@ -92,8 +92,6 @@ TEST_P(ScheduledExecutorTest, ScheduleSucceeds) {
threadIds->push_back(GetCurrentThreadId());
std::chrono::system_clock::time_point timeNow =
std::chrono::system_clock::now();
std::chrono::system_clock::time_point timeExecuted;
// Act