[lldb] Unmark TestInlines as XFAIL for gcc

This works for GCC>8.5 and ToT LLDB.
This commit is contained in:
Raphael Isemann 2021-06-11 16:06:39 +02:00
parent c783013b14
commit e2d0798bc3
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class InlinesTestCase(TestBase):
'inlines.cpp',
'// Set break point at this line.')
@expectedFailureAll("llvm.org/pr26710", oslist=["linux"], compiler="gcc")
def test(self):
"""Test that local variables are visible in expressions."""
self.build()