Skip to content

Commit 13b6501

Browse files
committed
Adjust dep target
1 parent 17a679b commit 13b6501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/test/src/strings/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ add_libc_test(
2020
index_test.cpp
2121
DEPENDS
2222
libc.src.strings.index
23-
libc.test.src.strchr_test_support
23+
libc.test.src.string.strchr_test_support
2424
)
2525

2626
add_libc_test(
@@ -31,7 +31,7 @@ add_libc_test(
3131
rindex_test.cpp
3232
DEPENDS
3333
libc.src.strings.rindex
34-
libc.test.src.strchr_test_support
34+
libc.test.src.string.strchr_test_support
3535
)
3636

3737
add_libc_test(

0 commit comments

Comments
 (0)