Skip to content

Commit d3c61c2

Browse files
author
git apple-llvm automerger
committed
Merge commit '207b936f5605' from swift/release/5.9 into stable/20221013
2 parents 1b5b958 + 207b936 commit d3c61c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/cpp/standards/cpp20/TestCPP20Standard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from lldbsuite.test import lldbutil
55

66
class TestCPP20Standard(TestBase):
7+
@skipIf(compiler="clang", compiler_version=['<', '11.0'])
78
def test_cpp20(self):
89
"""
910
Tests that we can evaluate an expression in C++20 mode

0 commit comments

Comments
 (0)