[all-commits] [llvm/llvm-project] 1fd317: [NFC][libc++] Removes concepts tests.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Dec 31 06:00:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fd3173e02a7c55ae84c8489c54ba975f207a074
https://github.com/llvm/llvm-project/commit/1fd3173e02a7c55ae84c8489c54ba975f207a074
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M libcxx/test/std/utilities/expected/expected.expected/ctor/ctor.copy.pass.cpp
M libcxx/test/std/utilities/expected/expected.expected/ctor/ctor.move.pass.cpp
M libcxx/test/std/utilities/expected/expected.expected/dtor.pass.cpp
M libcxx/test/std/utilities/expected/expected.void/ctor/ctor.copy.pass.cpp
M libcxx/test/std/utilities/expected/expected.void/ctor/ctor.move.pass.cpp
M libcxx/test/std/utilities/expected/expected.void/dtor.pass.cpp
Log Message:
-----------
[NFC][libc++] Removes concepts tests.
Concepts should be supported by all supported compilers. This is
probably a left over from an older version of the expected patch.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D140632
More information about the All-commits
mailing list