Skip to content

Commit 79aab1b

Browse files
authored
Merge pull request #8012 from hamishknight/disable-test
[lldb] [test] Disable TestTypealiasExpressionParser.py for all platforms
2 parents 342d11d + 2e5cf50 commit 79aab1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/typealias_expression_parser/TestTypealiasExpressionParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from lldbsuite.test.decorators import *
33

44
# FIXME! The Swift driver insists on passing -experimental-skip-non-inlinable-function-bodies-without-types to -emit-module.
5-
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest, expectedFailureDarwin(bugnumber="rdar://120928396")])
5+
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest, skipIf(bugnumber="rdar://120928396")])

0 commit comments

Comments
 (0)