From 2f75363a9e138429d5c80ca0a541247a5bc70614 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 23 Feb 2021 13:34:04 +0100 Subject: [PATCH] [lldb] [test] Un-XFAIL a test that no longer fail on FreeBSD --- lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py b/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py index 926e9f6..7044667 100644 --- a/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py +++ b/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py @@ -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") -- 2.7.4