forked from OSchip/llvm-project
Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows.
llvm-svn: 223905
This commit is contained in:
parent
f14b1df55b
commit
b9321bd774
|
@ -1,3 +1,4 @@
|
|||
import lldbinline
|
||||
import lldbtest
|
||||
|
||||
lldbinline.MakeInlineTest(__file__, globals())
|
||||
lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.skipIfFreeBSD,lldbtest.skipIfLinux,lldbtest.skipIfWindows])
|
||||
|
|
Loading…
Reference in New Issue