Skip to content

Commit fc4f698

Browse files
committed
trigger CI
1 parent c22bbf0 commit fc4f698

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_smoke.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,8 @@ def test_gnu_libstdcxx_old_abi_linux(self, capfd, basic_cmake_project):
496496

497497
@linux
498498
def test_clang_libcxx_linux(self, capfd, basic_cmake_project):
499-
"""Ensure libc++ is set when using libc++ with Clang"""
499+
"""Ensure libc++ is set when using libc++ with Clang
500+
"""
500501
source_dir, binary_dir = basic_cmake_project
501502
run(f'cmake -S {source_dir} -B {binary_dir} -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES={conan_provider} '
502503
'-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-stdlib=libc++" -DCMAKE_CXX_COMPILER=clang++')

0 commit comments

Comments
 (0)