================
@@ -1607,7 +1666,6 @@ struct TypeFromHeader {};
auto AST = ParsedAST::build(getFullPath("Use.cpp"), Inputs, std::move(CI),
{},
Preamble);
ASSERT_TRUE(AST);
- EXPECT_TRUE(AST->getDiagnostics().empty());
----------------
ArcsinX wrote:Got it. I think we can remove this line then https://github.com/llvm/llvm-project/pull/219839 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
