Skip to content

Commit 207b936

Browse files
authored
Merge pull request #6710 from Michael137/bugfix/lldb-cpp20-fix-to-5.9
[lldb][test] TestCPP20Standard.py: skip on older compilers
2 parents 0ce70fe + a990b2f commit 207b936

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)