Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DSmallStringTest.cpp128 std::string theStdString = std::string(theString); in TEST_F() local
129 EXPECT_EQ("abc", theStdString); in TEST_F()