Skip to content

Commit 820b448

Browse files
8Keepmeta-codesync[bot]
authored andcommitted
Migrate fbcode coro references from folly/experimental to folly/coro (5/6 - fbcode a-m)
Summary: Migrate coro references in remaining fbcode services (a-m). Reviewed By: iahs Differential Revision: D98841546 fbshipit-source-id: 83bb5a2ef6a29a1ff464efa0e4e0f76b48662ab0
1 parent ec173fc commit 820b448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eden/fs/store/test/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ cpp_unittest(
7373
"//eden/fs/testharness:stored_object",
7474
"//eden/fs/testharness:test_util",
7575
"//eden/fs/utils:static_assert",
76+
"//folly/coro:gtest_helpers",
7677
"//folly/executors:manual_executor",
77-
"//folly/experimental/coro:gtest_helpers",
7878
"//folly/logging:logging",
7979
"//folly/test:test_utils",
8080
],

eden/fs/store/test/ObjectStoreTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <folly/test/TestUtils.h>
99
#include <gtest/gtest.h>
1010

11-
#include <folly/experimental/coro/GtestHelpers.h>
11+
#include <folly/coro/GtestHelpers.h>
1212

1313
#include "eden/common/telemetry/NullStructuredLogger.h"
1414
#include "eden/common/utils/ImmediateFuture.h"

0 commit comments

Comments
 (0)