Adds workspace name.

Updates to the latest CPPUtils.
This commit is contained in:
2023-05-10 18:34:34 -07:00
parent 011953cd2c
commit a4109d2f49
2 changed files with 7 additions and 5 deletions

2
BUILD
View File

@@ -35,7 +35,7 @@ cc_library(
hdrs = ["tinytest.h"],
includes = ["*.h"],
visibility = ["//visibility:public"],
deps = ["@cpputils//:pretty_print"],
deps = ["@CPPUtils//:pretty_print"],
)
cc_test(