mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:50:03 +08:00
[LLDB][ARM] Remove expected failure from AnonTypedef test
Thanks to ff9efe240c this test
is now passing.
https://lab.llvm.org/buildbot/#/builders/17/builds/26270
This commit is contained in:
@@ -14,10 +14,6 @@ from lldbsuite.test import lldbutil
|
||||
|
||||
class TestExprLookupAnonStructTypedef(TestBase):
|
||||
|
||||
@expectedFailureAll(
|
||||
oslist=['linux'],
|
||||
archs=['arm'],
|
||||
bugnumber="llvm.org/pr27868")
|
||||
def test(self):
|
||||
"""Test typedeffed untagged struct arguments for function call expressions"""
|
||||
self.build()
|
||||
|
||||
Reference in New Issue
Block a user