aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kuegel <akuegel@google.com>2023-07-12 10:19:06 +0200
committerAdrian Kuegel <akuegel@google.com>2023-07-12 10:19:06 +0200
commita69b2e3d1c1a123e66df58116e5ca0e57e808307 (patch)
treec481105252e1cb14a881b0b97268aba14fdfc04c
parent93e7ef5907e5025ad8ad7c502d52276f1d361f68 (diff)
downloadllvm-a69b2e3d1c1a123e66df58116e5ca0e57e808307.zip
llvm-a69b2e3d1c1a123e66df58116e5ca0e57e808307.tar.gz
llvm-a69b2e3d1c1a123e66df58116e5ca0e57e808307.tar.bz2
[clang][Bazel] Add dependency to the right target.
-rw-r--r--utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel b/utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
index 53e2a3b..19ff621 100644
--- a/utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
@@ -112,7 +112,6 @@ cc_test(
"//clang:basic",
"//clang:lex",
"//clang:parse",
- "//clang:testing",
"//clang:tooling",
"//llvm:Support",
"//third-party/unittest:gmock",
@@ -137,6 +136,7 @@ cc_test(
"//clang:basic",
"//clang:lex",
"//clang:serialization",
+ "//clang:testing",
"//clang:tooling",
"//llvm:Support",
"//llvm:TestingADT",