Skip to content

Commit 7ea880c

Browse files
author
git apple-llvm automerger
committed
Merge commit '753885eaaf87' from llvm.org/main into next
2 parents 6680f06 + 753885e commit 7ea880c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ class TestQueue(TestBase):
1515
compiler_version=[">", "16.0"],
1616
bugnumber="https://github.com/llvm/llvm-project/issues/68968",
1717
)
18+
@skipIf(
19+
compiler="clang",
20+
compiler_version=["<", "17.0"],
21+
)
1822
def test(self):
1923
self.build()
2024

0 commit comments

Comments
 (0)