Skip to content

Commit

Permalink
Undo fix for post_job_unittest. (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
aee-google authored Jan 20, 2024
1 parent c23f7d2 commit 7ed00b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base/task/post_job_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "base/test/test_timeouts.h"
#include "base/test/test_waitable_event.h"
#include "base/threading/platform_thread.h"
#include "base/threading/thread_restrictions.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

Expand Down Expand Up @@ -46,9 +45,6 @@ TEST(PostJobTest, CreateJobSimple) {
CreateJob(FROM_HERE, {}, BindLambdaForTesting([&](JobDelegate* delegate) {
EXPECT_TRUE(job_started);
barrier.Run();
#if defined(STARBOARD)
ScopedAllowBaseSyncPrimitivesForTesting allow_base_sync_primitives;
#endif
threads_continue.Wait();
--num_tasks_to_run;
}),
Expand Down

0 comments on commit 7ed00b2

Please sign in to comment.