Home
last modified time | relevance | path

Searched refs:MixedNoSpaces (Results 1 – 2 of 2) sorted by relevance

/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp424 std::vector<std::string> MixedNoSpaces = unescapeJsonCommandLine( in TEST() local
426 ASSERT_EQ(1ul, MixedNoSpaces.size()); in TEST()
427 EXPECT_EQ("abcdefg", MixedNoSpaces[0]); in TEST()
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp494 std::vector<std::string> MixedNoSpaces = unescapeJsonCommandLine( in TEST() local
496 ASSERT_EQ(1ul, MixedNoSpaces.size()); in TEST()
497 EXPECT_EQ("abcdefg", MixedNoSpaces[0]); in TEST()