We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a90a36 commit a0346b7Copy full SHA for a0346b7
lldb/test/API/lang/cpp/reference-to-outer-type/TestCppReferenceToOuterClass.py
@@ -6,7 +6,7 @@
6
7
8
class TestCase(TestBase):
9
- @expectedFailure("The fix for this was reverted due to llvm.org/PR52257")
+ @expectedFailureAll(bugnumber="The fix for this was reverted due to llvm.org/PR52257")
10
def test(self):
11
self.build()
12
self.dbg.CreateTarget(self.getBuildArtifact("a.out"))
0 commit comments