Skip to content

Commit e112859

Browse files
author
git apple-llvm automerger
committed
Merge commit '2b4b3fd03f71' from llvm.org/main into next
2 parents bc8ef8f + 2b4b3fd commit e112859

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
class TestQueue(TestBase):
1111
@add_test_categories(["libc++"])
1212
@skipIf(compiler=no_match("clang"))
13-
@skipIf(
14-
compiler="clang",
15-
compiler_version=[">", "16.0"],
16-
bugnumber="https://github.com/llvm/llvm-project/issues/68968",
17-
)
1813
@skipIf(
1914
compiler="clang",
2015
compiler_version=["<", "17.0"],

0 commit comments

Comments
 (0)