File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ add_libc_test(
20
20
index_test.cpp
21
21
DEPENDS
22
22
libc.src.strings.index
23
- libc.test.src.strchr_test_support
23
+ libc.test.src.string. strchr_test_support
24
24
)
25
25
26
26
add_libc_test (
@@ -31,7 +31,7 @@ add_libc_test(
31
31
rindex_test.cpp
32
32
DEPENDS
33
33
libc.src.strings.rindex
34
- libc.test.src.strchr_test_support
34
+ libc.test.src.string. strchr_test_support
35
35
)
36
36
37
37
add_libc_test (
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " StrchrTest.h"
9
+ #include " test/src/string/ StrchrTest.h"
10
10
11
- #include " src/string /index.h"
11
+ #include " src/strings /index.h"
12
12
#include " test/UnitTest/Test.h"
13
13
14
14
STRCHR_TEST (Index, LIBC_NAMESPACE::index)
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " StrchrTest.h"
9
+ #include " test/src/string/ StrchrTest.h"
10
10
11
- #include " src/string /rindex.h"
11
+ #include " src/strings /rindex.h"
12
12
#include " test/UnitTest/Test.h"
13
13
14
14
STRRCHR_TEST (Rindex, LIBC_NAMESPACE::rindex)
You can’t perform that action at this time.
0 commit comments