Skip to content

Commit 990a086

Browse files
committed
[bazel] Add missing dep after 51d1c72
1 parent 93d3775 commit 990a086

File tree

1 file changed

+4
-1
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/__support/CPP

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,8 @@ libc_test(
9393
libc_test(
9494
name = "type_traits_test",
9595
srcs = ["type_traits_test.cpp"],
96-
deps = ["//libc:__support_cpp_type_traits"],
96+
deps = [
97+
"//libc:__support_cpp_type_traits",
98+
"//libc:llvm_libc_macros_stdfix_macros",
99+
],
97100
)

0 commit comments

Comments
 (0)