Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Pass/
H A DPassPipelineParserTest.cpp26 auto checkParseFailure = [](StringRef pipeline, StringRef expectedErrorMsg) { in TEST() argument
33 EXPECT_TRUE(StringRef(errorMsg).contains(expectedErrorMsg)); in TEST()