Skip to content

Commit f12a4c4

Browse files
support -> helper
1 parent 84b6bcb commit f12a4c4

File tree

1 file changed

+4
-4
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/stdlib

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ libc_test(
150150
)
151151

152152
libc_support_library(
153-
name = "strfrom_test_support",
153+
name = "strfrom_test_helper",
154154
hdrs = ["StrfromTest.h"],
155155
deps = [
156156
"//libc:__support_cpp_type_traits",
@@ -163,21 +163,21 @@ libc_test(
163163
name = "strfromf_test",
164164
srcs = ["strfromf_test.cpp"],
165165
libc_function_deps = ["//libc:strfromf"],
166-
deps = [":strfrom_test_support"],
166+
deps = [":strfrom_test_helper"],
167167
)
168168

169169
libc_test(
170170
name = "strfromd_test",
171171
srcs = ["strfromd_test.cpp"],
172172
libc_function_deps = ["//libc:strfromd"],
173-
deps = [":strfrom_test_support"],
173+
deps = [":strfrom_test_helper"],
174174
)
175175

176176
libc_test(
177177
name = "strfroml_test",
178178
srcs = ["strfroml_test.cpp"],
179179
libc_function_deps = ["//libc:strfroml"],
180-
deps = [":strfrom_test_support"],
180+
deps = [":strfrom_test_helper"],
181181
)
182182

183183
libc_support_library(

0 commit comments

Comments
 (0)