[all-commits] [llvm/llvm-project] 60cc48: [libc++] Refactor strings operator+ tests
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Fri Feb 7 05:07:41 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60cc48d900d16d895096cfd598938cf00b05ec0f
https://github.com/llvm/llvm-project/commit/60cc48d900d16d895096cfd598938cf00b05ec0f
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/char_string.pass.cpp
M libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/pointer_string.pass.cpp
M libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/string_char.pass.cpp
M libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/string_pointer.pass.cpp
M libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/string_string.pass.cpp
Log Message:
-----------
[libc++] Refactor strings operator+ tests
This avoids duplicating the test data for all the different tests.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list