File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 99#ifndef LLVM_LIBC_SRC___SUPPORT_MBSTATE_H
1010#define LLVM_LIBC_SRC___SUPPORT_MBSTATE_H
1111
12- #include " src/__support/common.h"
1312#include " hdr/types/char32_t.h"
13+ #include " src/__support/common.h"
1414#include < stdint.h>
1515
1616namespace LIBC_NAMESPACE_DECL {
Original file line number Diff line number Diff line change 1+ // ===-- Unittests for the CharacterConverter class (utf32 -> 8) -----------===//
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+
9+ #include " src/__support/common.h"
10+ #include " src/__support/wchar/character_converter.h"
11+ #include " src/__support/wchar/mbstate.h"
12+
13+ #include " test/UnitTest/Test.h"
14+
15+ TEST (LlvmLibcCharacterConverterUTF32To8Test, OneByte) {}
You can’t perform that action at this time.
0 commit comments