Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp295 EXPECT_STRCASEEQ("LogTest.cpp", File); in TEST_F()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2099 #define EXPECT_STRCASEEQ(s1, s2) \ macro