Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Remove the test-only label
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mzlee authored and facebook-github-bot committed Aug 21, 2020
1 parent b8224aa commit 0aaab02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/test/BUCK
Expand Up @@ -161,7 +161,6 @@ fb_xplat_cxx_library(
"-std=gnu++14",
"-DLOG_TAG=\"Profilo\"",
],
labels = ["opt-in-sandcastle-sanitized-test"],
)

profilo_cxx_test(
Expand Down

0 comments on commit 0aaab02

Please sign in to comment.