Skip Objective-C test on non-Darwin platforms

llvm-svn: 227578
This commit is contained in:
Ed Maste 2015-01-30 16:31:07 +00:00
parent 55d53fe79f
commit a8f3f76f63
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import lldbinline import lldbinline
import lldbtest
lldbinline.MakeInlineTest(__file__, globals()) lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.skipIfFreeBSD,lldbtest.skipIfLinux,lldbtest.skipIfWindows])