You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/libcxx/utilities/utility
Eric Fiselier 3e005cc583 Move libc++ pair/tuple assign test to libcxx/ test directory.
Libc++ implements the pair& operator=(pair<U, V>) assignment operator
using a single template that handles assignment from all tuple-like types.

This patch moves the test for that to the libcxx test directory since
it's non-standard. It also adds additional tests to the std/.../pair
directory to test the standard behavior this template implements.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@328758 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
pairs/pairs.pair Move libc++ pair/tuple assign test to libcxx/ test directory. 8 years ago
__is_inplace_index.pass.cpp Mark `__is_inplace_*` tests as UNSUPPORTED in <= C++14. 9 years ago
__is_inplace_type.pass.cpp Mark `__is_inplace_*` tests as UNSUPPORTED in <= C++14. 9 years ago
version.pass.cpp Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago