diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/expression_command/anonymous-struct')
| -rw-r--r-- | packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py b/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py index e1a53305a0d0..2d4504f7ba42 100644 --- a/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py +++ b/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py @@ -24,7 +24,10 @@ class TestExprLookupAnonStructTypedef(TestBase):          self.line = line_number('main.cpp', '// lldb testsuite break')      @expectedFailureAll(oslist=["windows"]) -    @expectedFailureAll(oslist=['linux'], archs=['arm'], bugnumber="llvm.org/pr27868") +    @expectedFailureAll( +        oslist=['linux'], +        archs=['arm'], +        bugnumber="llvm.org/pr27868")      def test(self):          """Test typedeffed untagged struct arguments for function call expressions"""          self.build() | 
