Skip to content

Commit e8031dd

Browse files
author
git apple-llvm automerger
committed
Merge commit 'e284d9edf3ab' from swift/release/5.9 into stable/20221013
2 parents 291a05a + e284d9e commit e8031dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/test/API/lang/cpp/standards/cpp20/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
USE_LIBCPP := 1
12
CXX_SOURCES := main.cpp
23
CXXFLAGS_EXTRAS := -std=c++20
34

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+
@add_test_categories(["libc++"])
78
@skipIf(compiler="clang", compiler_version=['<', '11.0'])
89
def test_cpp20(self):
910
"""

0 commit comments

Comments
 (0)