Skip to content

Commit fa351a4

Browse files
committed
Revert "XFAIL test under Linux"
This reverts commit 020c465.
1 parent e1da998 commit fa351a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/test/API/lang/swift/nonmodular-include/TestSwiftNonmodularInclude.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
from lldbsuite.test.decorators import *
1414

1515
lldbinline.MakeInlineTest(__file__, globals(),
16-
decorators=[swiftTest,skipIf(oslist=['windows']),
17-
expectedFailureAll(oslist=['linux'], bugnumber='rdar://104681427')])
16+
decorators=[swiftTest,skipIf(oslist=['windows'])])

0 commit comments

Comments
 (0)