From 1a55b136079e77dff5013ff86302b14dd8e1bbba Mon Sep 17 00:00:00 2001 From: Nicholas Ormrod Date: Thu, 5 Dec 2024 12:13:26 -0800 Subject: [PATCH] Rm experimental references in folly/coro/test Summary: tsia Reviewed By: Orvid Differential Revision: D66715325 fbshipit-source-id: f2c15d45b9706393dfbf97521d53c23d5987e21c --- folly/coro/test/AsyncGeneratorBenchmark.cpp | 2 +- folly/coro/test/BUCK | 2 +- folly/coro/test/SuspendedStackTest.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/folly/coro/test/AsyncGeneratorBenchmark.cpp b/folly/coro/test/AsyncGeneratorBenchmark.cpp index 7c8a0e2b222..d77f03671cf 100644 --- a/folly/coro/test/AsyncGeneratorBenchmark.cpp +++ b/folly/coro/test/AsyncGeneratorBenchmark.cpp @@ -107,7 +107,7 @@ BENCHMARK(asyncGeneratorYieldErrorAwaitTry, iters) { Comparing just the "hot paths" of the two generator coroutines: 11/08/23 16:25$ buck2 run @mode/opt \ - //folly/experimental/coro/test:async_generator_bench -- \ + //folly/coro/test:async_generator_bench -- \ -bm_regex '.*YieldValue.*' ============================================================================ [...]coro/test/AsyncGeneratorBenchmark.cpp relative time/iter iters/s diff --git a/folly/coro/test/BUCK b/folly/coro/test/BUCK index ba464447ec6..84caecb42d1 100644 --- a/folly/coro/test/BUCK +++ b/folly/coro/test/BUCK @@ -327,7 +327,7 @@ cpp_unittest( "//folly/coro:gtest_helpers", "//folly/coro:mutex", "//folly/coro:task", - "//folly/experimental/symbolizer:symbolizer", + "//folly/debugging/symbolizer:symbolizer", "//folly/lang:keep", "//folly/portability:gtest", ], diff --git a/folly/coro/test/SuspendedStackTest.cpp b/folly/coro/test/SuspendedStackTest.cpp index ed9d99641b6..4039b812f1b 100644 --- a/folly/coro/test/SuspendedStackTest.cpp +++ b/folly/coro/test/SuspendedStackTest.cpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include