[lldb] Remove GCC XFAIL for TestTypedefArray

This passes with GCC>8.5 and ToT LLDB.
This commit is contained in:
Raphael Isemann 2021-06-11 16:24:58 +02:00
parent b1603cb66f
commit ab46490dfc
1 changed files with 1 additions and 4 deletions

View File

@ -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(), [])