[LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug

This test now passes on AArch64/Linux after following change by Jonas:
d689570d7d
This commit is contained in:
Muhammad Omair Javaid 2020-10-01 10:20:16 +05:00
parent de973e0b07
commit 3d27a99b2e
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class TestGuiBasicDebugCommandTest(PExpectTest):
# under ASAN on a loaded machine..
@skipIfAsan
@skipIfCursesSupportMissing
@expectedFailureAll(archs=["aarch64"], oslist=["linux"])
def test_gui(self):
self.build()