Skip to content

Commit 93bf79a

Browse files
author
Zachary Turner
committed
Disable Objective C test on non-Darwin platforms.
llvm-svn: 246060
1 parent 0cad3fe commit 93bf79a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/test/lang/objc/modules/TestObjCModules.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ def test_expr_with_dsym(self):
2222
self.expr()
2323

2424
@dwarf_test
25-
@skipIfFreeBSD
26-
@skipIfLinux
25+
@skipUnlessDarwin
2726
@unittest2.expectedFailure("rdar://20416388")
2827
def test_expr_with_dwarf(self):
2928
self.buildDwarf()

0 commit comments

Comments
 (0)