[lldb] [test] Un-XFAIL a test that no longer fail on FreeBSD
authorMichał Górny <mgorny@moritz.systems>
Tue, 23 Feb 2021 12:34:04 +0000 (13:34 +0100)
committerMichał Górny <mgorny@moritz.systems>
Tue, 23 Feb 2021 13:35:34 +0000 (14:35 +0100)
lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py

index 926e9f6..7044667 100644 (file)
@@ -19,7 +19,6 @@ class TestConflictingSymbols(TestBase):
         lldbutil.mkdir_p(self.getBuildArtifact("Two"))
 
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489")
-    @expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48416")
     def test_conflicting_symbols(self):
         self.build()
         exe = self.getBuildArtifact("a.out")