llvm/llvm/unittests/Support/formatted_raw_ostream_test.cpp

//===- llvm/unittest/Support/formatted_raw_ostream_test.cpp ---------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "llvm/ADT/SmallString.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/raw_ostream.h"
#include "gtest/gtest.h"

usingnamespacellvm;

namespace {

TEST(formatted_raw_ostreamTest, Test_Tell) {}

TEST(formatted_raw_ostreamTest, Test_LineColumn) {}

TEST(formatted_raw_ostreamTest, Test_Flush) {}

TEST(formatted_raw_ostreamTest, Test_UTF8) {}

TEST(formatted_raw_ostreamTest, Test_UTF8Buffered) {}

TEST(formatted_raw_ostreamTest, Test_UTF8TinyBuffer) {}
}