xref: /llvm-project/libc/test/src/strings/index_test.cpp (revision 36c7d147fcd01492cf9491cb0cddd3702b8fd31c)
1431ea2d0SNick Desaulniers //===-- Unittests for index -----------------------------------------------===//
2431ea2d0SNick Desaulniers //
3431ea2d0SNick Desaulniers // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4431ea2d0SNick Desaulniers // See https://llvm.org/LICENSE.txt for license information.
5431ea2d0SNick Desaulniers // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6431ea2d0SNick Desaulniers //
7431ea2d0SNick Desaulniers //===----------------------------------------------------------------------===//
8431ea2d0SNick Desaulniers 
9*36c7d147SCaslyn Tonelli #include "test/src/string/StrchrTest.h"
10431ea2d0SNick Desaulniers 
11*36c7d147SCaslyn Tonelli #include "src/strings/index.h"
12431ea2d0SNick Desaulniers #include "test/UnitTest/Test.h"
13431ea2d0SNick Desaulniers 
14431ea2d0SNick Desaulniers STRCHR_TEST(Index, LIBC_NAMESPACE::index)
15