Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows.

llvm-svn: 223905
This commit is contained in:
Oleksiy Vyalov 2014-12-10 01:48:17 +00:00
parent f14b1df55b
commit b9321bd774
1 changed files with 2 additions and 1 deletions

View File

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