teak-llvm/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem
Stephan T. Lavavej 0f901c7ec4 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
This replaces every occurrence of _LIBCPP_STD_VER in the tests with
TEST_STD_VER. Additionally, for every affected
file, #include "test_macros.h" is being added explicitly if it wasn't
already there.

https://reviews.llvm.org/D26294

llvm-svn: 286007
2016-11-04 20:26:59 +00:00
..
get_const_rv.fail.cpp [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo. 2015-12-18 00:36:55 +00:00
get_const_rv.pass.cpp [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo. 2015-12-18 00:36:55 +00:00
get_const.fail.cpp
get_const.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
get_non_const.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
get_rv.pass.cpp
tuple.by.type.fail.cpp Handle std::get<T>(...) for std::tuple<> 2016-07-02 03:46:08 +00:00
tuple.by.type.pass.cpp Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00