From 656c38caac667bfb1a6a788d86bac42d41c826e9 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005287564 Date: Mon, 30 Sep 2024 13:30:07 -0700 Subject: [PATCH] fbcode//folly/coro/scripts/test/TARGETS Reviewed By: azad-meta Differential Revision: D63526159 fbshipit-source-id: c64d15ed7a616fb8fe48ec0adb1b98263728aa61 --- folly/coro/scripts/test/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/coro/scripts/test/BUCK b/folly/coro/scripts/test/BUCK index 85464b87bb0..35ba8397589 100644 --- a/folly/coro/scripts/test/BUCK +++ b/folly/coro/scripts/test/BUCK @@ -6,6 +6,6 @@ python_unittest( name = "co_bt", srcs = ["co_bt.py"], deps = [ - "//folly/experimental/coro/scripts:co_bt", + "//folly/coro/scripts:co_bt", ], )