Skip to content

Commit 68f6f2f

Browse files
authored
Merge branch 'stable/20230725' into lldb/type-completion-rework/WIP/more-xfails-to-20230725
2 parents e023014 + 6586a11 commit 68f6f2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class TestDbgInfoContentDeque(TestBase):
1111
@add_test_categories(["libc++"])
1212
@skipIf(compiler=no_match("clang"))
1313
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
14+
@skipIf(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'))
1415
def test(self):
1516
self.build()
1617

0 commit comments

Comments
 (0)