Mark TestTypedefArray as XFAIL with Gcc.

llvm-svn: 236425
This commit is contained in:
Oleksiy Vyalov 2015-05-04 15:20:25 +00:00
parent 4a8212a488
commit 19f731f0ea
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.expectedFailureGcc])