We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bd04f commit 17a679bCopy full SHA for 17a679b
libc/test/src/strings/index_test.cpp
@@ -6,9 +6,9 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#include "StrchrTest.h"
+#include "test/src/string/StrchrTest.h"
10
11
-#include "src/string/index.h"
+#include "src/strings/index.h"
12
#include "test/UnitTest/Test.h"
13
14
STRCHR_TEST(Index, LIBC_NAMESPACE::index)
libc/test/src/strings/rindex_test.cpp
-#include "src/string/rindex.h"
+#include "src/strings/rindex.h"
STRRCHR_TEST(Rindex, LIBC_NAMESPACE::rindex)
0 commit comments