10 #include "gmock/gmock.h" 11 #include "gtest/gtest.h" 16 using ::testing::ElementsAre;
18 TEST(RIFFTest, File) {
24 llvm::StringRef Serialized = llvm::StringRef(
"RIFF\x1e\0\0\0test" 26 "oddd\x05\0\0\0abcde\0",
29 EXPECT_EQ(llvm::to_string(File), Serialized);
31 ASSERT_TRUE(
bool(Parsed)) << Parsed.takeError();
32 EXPECT_EQ(*Parsed, File);
constexpr FourCC fourCC(const char(&Literal)[5])
llvm::Expected< File > readFile(llvm::StringRef Stream)
TEST(BackgroundQueueTest, Priority)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//