Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp91 CommandObjectMultiword *multi_word_cmd = nullptr; in RunTest() local
94 multi_word_cmd = in RunTest()
97 ASSERT_NE(multi_word_cmd, nullptr); in RunTest()
99 ASSERT_STREQ(multi_word_cmd->GetCommandName().str().c_str(), test_str); in RunTest()
101 ASSERT_EQ(multi_word_cmd, nullptr); in RunTest()