Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / libc / test / src / stdlib / ldiv_test.cpp
blob258cbfefbe87cb2b3e0b3b7f14cf59d721b150bd
1 //===-- Unittests for ldiv ------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "DivTest.h"
11 #include "hdr/types/ldiv_t.h"
12 #include "src/stdlib/ldiv.h"
14 LIST_DIV_TESTS(long, ldiv_t, LIBC_NAMESPACE::ldiv)