mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Remove a check from a Windows test.
PiperOrigin-RevId: 461245680
This commit is contained in:
@@ -313,11 +313,6 @@ TEST(ExecutorTests,
|
||||
// We should still be on the main thread
|
||||
ASSERT_EQ(GetCurrentThreadId(), threadIds.at(0));
|
||||
|
||||
std::sort(threadIds.begin(), threadIds.end());
|
||||
int64_t uniqueIds =
|
||||
std::unique(threadIds.begin(), threadIds.end()) - threadIds.begin();
|
||||
|
||||
ASSERT_EQ(uniqueIds, 33);
|
||||
// We should've run 1 time on the main thread, and 200 times on the
|
||||
// workerThreads
|
||||
ASSERT_EQ(threadIds.size(), 251);
|
||||
|
||||
Reference in New Issue
Block a user