Migrate //common test libraries to //testing/util. (#2890)

This is just a cleanup. Since we now have a testing directory, I think this is a better home for testonly libraries than //common. (I was thinking about this when I was considering adding more test_raw_ostream deps)
This commit is contained in:
Jon Ross-Perkins
2023-06-13 16:38:08 -07:00
committed by GitHub
parent aa8cdd526f
commit 8e940d9724
20 changed files with 82 additions and 74 deletions
+3 -3
View File
@@ -62,7 +62,7 @@ cc_test(
deps = [
":fn_inserter",
":matcher_test_base",
"//common:gtest_main",
"//testing/util:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:tooling",
],
@@ -84,7 +84,7 @@ cc_test(
deps = [
":for_range",
":matcher_test_base",
"//common:gtest_main",
"//testing/util:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:tooling",
],
@@ -108,7 +108,7 @@ cc_test(
deps = [
":matcher_test_base",
":var_decl",
"//common:gtest_main",
"//testing/util:gtest_main",
"@com_google_googletest//:gtest",
"@llvm-project//clang:tooling",
],