Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp144 std::string ExtendedInput = Input.str(); in checkWildcardRegexMatch() local
148 ExtendedInput.append(ExtensionSize, Input[PrefixSize]); in checkWildcardRegexMatch()
150 ASSERT_TRUE(WildcardRegex.match(ExtendedInput, &Matches)) in checkWildcardRegexMatch()
151 << "Wildcard regex does not match " << ExtendedInput; in checkWildcardRegexMatch()
152 EXPECT_EQ(Matches[0], ExtendedInput); in checkWildcardRegexMatch()