xref: /llvm-project/libc/test/src/string/strrchr_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
1e8a2af28Scgyurgyik //===-- Unittests for strrchr ---------------------------------------------===//
2e8a2af28Scgyurgyik //
3e8a2af28Scgyurgyik // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4e8a2af28Scgyurgyik // See https://llvm.org/LICENSE.txt for license information.
5e8a2af28Scgyurgyik // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6e8a2af28Scgyurgyik //
7e8a2af28Scgyurgyik //===----------------------------------------------------------------------===//
8e8a2af28Scgyurgyik 
982ca29ceSAlex Brachet #include "StrchrTest.h"
1082ca29ceSAlex Brachet 
11e8a2af28Scgyurgyik #include "src/string/strrchr.h"
12af1315c2SSiva Chandra Reddy #include "test/UnitTest/Test.h"
13e8a2af28Scgyurgyik 
14*b6bc9d72SGuillaume Chatelet STRRCHR_TEST(Strrchr, LIBC_NAMESPACE::strrchr)
15