Rename //testing/util to base (#3104)

Renaming per #3100
This commit is contained in:
Jon Ross-Perkins
2023-08-15 21:28:56 +00:00
committed by GitHub
parent 90d2d075f2
commit fa857e42be
31 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ cc_test(
srcs = ["rewriter_test.cpp"],
deps = [
":rewriter",
"//testing/util:gtest_main",
"//testing/base:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:ast",
"@llvm-project//clang:frontend",
+3 -3
View File
@@ -62,7 +62,7 @@ cc_test(
deps = [
":fn_inserter",
":matcher_test_base",
"//testing/util:gtest_main",
"//testing/base:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:tooling",
],
@@ -84,7 +84,7 @@ cc_test(
deps = [
":for_range",
":matcher_test_base",
"//testing/util:gtest_main",
"//testing/base:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:tooling",
],
@@ -108,7 +108,7 @@ cc_test(
deps = [
":matcher_test_base",
":var_decl",
"//testing/util:gtest_main",
"//testing/base:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:tooling",
],