[lldb] [test] Remove duplicate xfail for Testtypedef

The @expectedFailureAll(compiler="clang") decorator works correctly
on FreeBSD these days, so it is sufficient.
This commit is contained in:
Michał Górny 2020-12-07 11:20:58 +01:00
parent fed9af29c2
commit cf884c1035
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ class TypedefTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureAll(compiler="clang", bugnumber="llvm.org/pr19238")
@expectedFailureAll(
oslist=["freebsd"],
bugnumber="llvm.org/pr25626 expectedFailureClang fails on FreeBSD")
def test_typedef(self):
"""Test 'image lookup -t a' and check for correct display at different scopes."""
self.build()