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(
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
2626add_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
3737add_libc_test(
Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
9- #include " StrchrTest.h"
9+ #include " test/src/string/ StrchrTest.h"
1010
11- #include " src/string /index.h"
11+ #include " src/strings /index.h"
1212#include " test/UnitTest/Test.h"
1313
1414STRCHR_TEST (Index, LIBC_NAMESPACE::index)
Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
9- #include " StrchrTest.h"
9+ #include " test/src/string/ StrchrTest.h"
1010
11- #include " src/string /rindex.h"
11+ #include " src/strings /rindex.h"
1212#include " test/UnitTest/Test.h"
1313
1414STRRCHR_TEST (Rindex, LIBC_NAMESPACE::rindex)
You can’t perform that action at this time.
0 commit comments