forked from OSchip/llvm-project
[lldb] Remove GCC XFAIL for TestTypedefArray
This passes with GCC>8.5 and ToT LLDB.
This commit is contained in:
parent
b1603cb66f
commit
ab46490dfc
|
@ -1,7 +1,4 @@
|
|||
from lldbsuite.test import lldbinline
|
||||
from lldbsuite.test import decorators
|
||||
|
||||
lldbinline.MakeInlineTest(
|
||||
__file__, globals(), [
|
||||
decorators.expectedFailureAll(
|
||||
compiler="gcc")])
|
||||
lldbinline.MakeInlineTest(__file__, globals(), [])
|
||||
|
|
Loading…
Reference in New Issue