Skip to content

Commit 3a45b64

Browse files
rastogishubhamIanWood1
authored andcommitted
Disable test on older compilers. (llvm#136322)
1 parent af48a16 commit 3a45b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class TestDbgInfoContentDeque(TestBase):
1111
@add_test_categories(["libc++"])
1212
@skipIf(compiler=no_match("clang"))
13-
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
13+
@skipIf(compiler="clang", compiler_version=["<", "18.0"])
1414
def test(self):
1515
self.build()
1616

0 commit comments

Comments
 (0)