From 0aaab0274df0352a4421c496b19cd0ca5a10a16e Mon Sep 17 00:00:00 2001 From: "Michael Lee (Engineering)" Date: Fri, 21 Aug 2020 10:31:15 -0700 Subject: [PATCH] Remove the test-only label Summary: Looking at the way we handle sanitizers, `labels = ["opt-in-sandcastle-sanitized-test"]` should only be applied to deployables (e.g., test and binary, not libraries). Reviewed By: BurntBrunch Differential Revision: D23266231 fbshipit-source-id: 0f046680fbd0acc064805c65da31d6773762276c --- cpp/test/BUCK | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/test/BUCK b/cpp/test/BUCK index b4abeeb66..bc172fbe2 100644 --- a/cpp/test/BUCK +++ b/cpp/test/BUCK @@ -161,7 +161,6 @@ fb_xplat_cxx_library( "-std=gnu++14", "-DLOG_TAG=\"Profilo\"", ], - labels = ["opt-in-sandcastle-sanitized-test"], ) profilo_cxx_test(