From 22187fd0bd15d85be900af242756f16c43a9b4ea Mon Sep 17 00:00:00 2001 From: Vipul Cariappa Date: Fri, 10 Jan 2025 09:22:13 +0530 Subject: [PATCH] [test] update tags fixed by compiler-research/CppInterOp#407 --- test/test_advancedcpp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_advancedcpp.py b/test/test_advancedcpp.py index d1b93783..4ddeaa3d 100644 --- a/test/test_advancedcpp.py +++ b/test/test_advancedcpp.py @@ -781,7 +781,6 @@ def test23_using(self): assert d2.vcheck() == 'A' assert d2.vcheck(1) == 'B' - @mark.xfail def test24_typedef_to_private_class(self): """Typedefs to private classes should not resolve"""