Skip to content

Commit

Permalink
Re-enable Fuchsia CanWait test (flutter#31095)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored Jan 26, 2022
1 parent ebdeec0 commit 72328d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fml/synchronization/count_down_latch_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ TEST(CountDownLatchTest, CanWaitOnZero) {
latch.Wait();
}

#if OS_FUCHSIA
#define CanWait DISABLED_CanWait
#else
#define CanWait CanWait
#endif
TEST(CountDownLatchTest, CanWait) {
fml::Thread thread("test_thread");
const size_t count = 100;
Expand Down

0 comments on commit 72328d7

Please sign in to comment.