Skip to content

Commit fc7087b

Browse files
authored
[libc][NFC] Rename uint_test into big_int_test for consistency (#87875)
1 parent 935e699 commit fc7087b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

libc/test/src/__support/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ endif()
101101

102102
if(NOT LIBC_TARGET_ARCHITECTURE_IS_NVPTX)
103103
add_libc_test(
104-
uint_test
104+
big_int_test
105105
SUITE
106106
libc-support-tests
107107
SRCS
108-
uint_test.cpp
108+
big_int_test.cpp
109109
DEPENDS
110110
libc.src.__support.big_int
111111
libc.src.__support.CPP.optional

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ libc_test(
8383
)
8484

8585
libc_test(
86-
name = "uint_test",
87-
srcs = ["uint_test.cpp"],
86+
name = "big_int_test",
87+
srcs = ["big_int_test.cpp"],
8888
deps = [
8989
"//libc:__support_big_int",
9090
"//libc:__support_cpp_optional",

0 commit comments

Comments
 (0)