mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
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:
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user