Skip to content

Commit 2e5cf50

Browse files
committed
[lldb] [test] Disable TestTypealiasExpressionParser.py for all platforms
1 parent 1b1a7d8 commit 2e5cf50

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)