File tree Expand file tree Collapse file tree 10 files changed +25
-7
lines changed Expand file tree Collapse file tree 10 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1919#include " src/signal/raise.h"
2020#include " src/signal/sigaction.h"
2121#include " test/UnitTest/ErrnoSetterMatcher.h"
22- #include " test/UnitTest/LibcTest.h"
2322#include " test/UnitTest/Test.h"
2423#include < linux/time_types.h>
2524#include < sys/syscall.h>
Original file line number Diff line number Diff line change 1-
21// ===-- Unittests for user defined integer literals -----------------------===//
32//
43// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 1+ // ===-- Unittests for str_to_float<double> --------------------------------===//
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+ // ===----------------------------------------------------------------------===//
8+
19#include " src/__support/macros/config.h"
210#include " str_to_fp_test.h"
311
Original file line number Diff line number Diff line change 1+ // ===-- Unittests for str_to_float<float> ---------------------------------===//
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+ // ===----------------------------------------------------------------------===//
8+
19#include " src/__support/macros/config.h"
210#include " str_to_fp_test.h"
311
Original file line number Diff line number Diff line change 1+ // ===-- Unittests for str_to_float<long double> ---------------------------===//
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+ // ===----------------------------------------------------------------------===//
8+
19#include " src/__support/macros/config.h"
210#include " str_to_fp_test.h"
311
Original file line number Diff line number Diff line change 1616#include " src/sys/mman/munmap.h"
1717#include " src/unistd/sysconf.h"
1818#include " test/UnitTest/ErrnoSetterMatcher.h"
19- #include " test/UnitTest/LibcTest.h"
2019#include " test/UnitTest/Test.h"
2120
2221#include < sys/mman.h>
Original file line number Diff line number Diff line change 2020#include " src/sys/resource/getrlimit.h"
2121#include " src/unistd/sysconf.h"
2222#include " test/UnitTest/ErrnoSetterMatcher.h"
23- #include " test/UnitTest/LibcTest.h"
2423#include " test/UnitTest/Test.h"
2524
2625#include < linux/capability.h>
Original file line number Diff line number Diff line change 1414#include " src/sys/mman/munmap.h"
1515#include " src/unistd/sysconf.h"
1616#include " test/UnitTest/ErrnoSetterMatcher.h"
17- #include " test/UnitTest/LibcTest.h"
1817#include " test/UnitTest/Test.h"
1918
2019using namespace LIBC_NAMESPACE ::testing::ErrnoSetterMatcher;
Original file line number Diff line number Diff line change 1616#include " src/unistd/close.h"
1717#include " src/unistd/ftruncate.h"
1818#include " test/UnitTest/ErrnoSetterMatcher.h"
19- #include " test/UnitTest/LibcTest .h"
19+ #include " test/UnitTest/Test .h"
2020#include < sys/syscall.h>
2121
2222using namespace LIBC_NAMESPACE ::testing::ErrnoSetterMatcher;
Original file line number Diff line number Diff line change 1212#include " src/unistd/close.h"
1313#include " src/unistd/unlink.h"
1414#include " test/UnitTest/ErrnoSetterMatcher.h"
15- #include " test/UnitTest/LibcTest.h"
1615#include " test/UnitTest/Test.h"
1716
1817#include < sys/stat.h>
You can’t perform that action at this time.
0 commit comments