Skip to content

Commit

Permalink
Skip test when compiling with older versions of clang
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed May 8, 2023
1 parent 91b6d31 commit ba902ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/API/commands/expression/macros/TestMacros.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

class TestMacros(TestBase):

@skipIf(compiler="clang", compiler_version=['<', '9.0'])
@expectedFailureAll(
compiler="clang",
bugnumber="clang does not emit .debug_macro[.dwo] sections.")
Expand Down

0 comments on commit ba902ef

Please sign in to comment.