We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d17190 commit 8ffb37eCopy full SHA for 8ffb37e
utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
@@ -298,32 +298,6 @@ cc_library(
298
],
299
)
300
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
-
327
cc_test(
328
name = "rewrite_tests",
329
size = "small",
0 commit comments