[clang] [clang][test] Add missing test file to cmake (PR #99907)
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 22 11:32:33 PDT 2024
================
@@ -58,7 +58,7 @@ Bar s(1);
DeductionGuideVisitor::Lang_CXX2a));
}
-TEST(RecursiveASTVisitor, DeductionGuideImplicitMode) {
+TEST(RecursiveASTVisitor, DISABLED_DeductionGuideImplicitMode) {
DeductionGuideVisitor Visitor(/*ShouldVisitImplicitCode*/ true);
Visitor.ExpectMatch("Foo(T) -> Foo<int>", 11, 1);
Visitor.ExpectMatch("Bar(type-parameter-0-0) -> Foo<int>", 14, 1);
----------------
hokein wrote:
I just landed https://github.com/llvm/llvm-project/commit/2ef12b55b2a655262b03204581076522261d5eb3, you can remove the `DISABLED_` now.
https://github.com/llvm/llvm-project/pull/99907
More information about the cfe-commits
mailing list