Просмотр исходного кода

Fix a BUILD file after #2890. (#2898)

I suspect this is due to the PR testing from an older baseline as we
don't currently use a merge queue.
Chandler Carruth 2 лет назад
Родитель
Сommit
2a66a844b1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      explorer/common/BUILD

+ 1 - 1
explorer/common/BUILD

@@ -64,7 +64,7 @@ cc_test(
     srcs = ["set_program_phase_raii_test.cpp"],
     deps = [
         ":trace_stream",
-        "//common:gtest_main",
+        "//testing/util:gtest_main",
         "@com_google_googletest//:gtest",
     ],
 )