summaryrefslogtreecommitdiff
path: root/libc/test/src/string/index_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/string/index_test.cpp')
-rw-r--r--libc/test/src/string/index_test.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/libc/test/src/string/index_test.cpp b/libc/test/src/string/index_test.cpp
deleted file mode 100644
index 88953205009d..000000000000
--- a/libc/test/src/string/index_test.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-//===-- Unittests for index -----------------------------------------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-#include "StrchrTest.h"
-
-#include "src/string/index.h"
-#include "test/UnitTest/Test.h"
-
-STRCHR_TEST(Index, LIBC_NAMESPACE::index)