Fix bazel build
authorPranav Kant <prka@google.com>
Thu, 16 Feb 2023 01:31:19 +0000 (01:31 +0000)
committerPranav Kant <prka@google.com>
Thu, 16 Feb 2023 01:31:19 +0000 (01:31 +0000)
Fallback from 66b3f4a407316004df11307b92aa603b20c0b349

utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel

index 285bf93..e3c15f6 100644 (file)
@@ -14,7 +14,7 @@ cc_library(
     name = "atoi_test_helper",
     hdrs = ["AtoiTest.h"],
     deps = [
-        //libc:__support_cpp_type_traits",
+        "//libc:__support_cpp_type_traits",
     ],
 )