Skip to content

Commit 8ffb37e

Browse files
rupprechttmsri
authored andcommitted
[bazel] Remove empty Rename tests for now-deleted clang-rename (llvm#109162)
Removed in llvm#108988, the tool is fine but the glob for tests is now empty because all the tests were deleted.
1 parent 4d17190 commit 8ffb37e

File tree

1 file changed

+0
-26
lines changed
  • utils/bazel/llvm-project-overlay/clang/unittests

1 file changed

+0
-26
lines changed

utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -298,32 +298,6 @@ cc_library(
298298
],
299299
)
300300

301-
cc_test(
302-
name = "rename_tests",
303-
size = "small",
304-
timeout = "moderate",
305-
srcs = glob(
306-
[
307-
"Rename/*.cpp",
308-
"Rename/*.h",
309-
],
310-
allow_empty = False,
311-
),
312-
shard_count = 20,
313-
deps = [
314-
":rename_tests_tooling_hdrs",
315-
"//clang:ast_matchers",
316-
"//clang:basic",
317-
"//clang:format",
318-
"//clang:frontend",
319-
"//clang:tooling",
320-
"//clang:tooling_refactoring",
321-
"//llvm:Support",
322-
"//third-party/unittest:gtest",
323-
"//third-party/unittest:gtest_main",
324-
],
325-
)
326-
327301
cc_test(
328302
name = "rewrite_tests",
329303
size = "small",

0 commit comments

Comments
 (0)