Mark TestTypedefArray as XFAIL with Gcc.
llvm-svn: 236425
This commit is contained in:
parent
4a8212a488
commit
19f731f0ea
|
|
@ -1,3 +1,4 @@
|
|||
import lldbinline
|
||||
import lldbtest
|
||||
|
||||
lldbinline.MakeInlineTest(__file__, globals())
|
||||
lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureGcc])
|
||||
|
|
|
|||
Loading…
Reference in New Issue