llvm-project/libcxx/test/std/utilities/meta/meta.unary
Eric Fiselier 382e91792b Fix or move various non-standard tests.
This patch does the following:

* Remove <__config> includes from some container tests.
* Guards uses of std::launch::any in async tests because it's an extension.
* Move "test/std/extensions" to "test/libcxx/extensions"
* Moves various non-standard tests including those in "sequences/vector",
  "std/localization" and "utilities/meta".

llvm-svn: 267981
2016-04-29 04:07:45 +00:00
..
meta.unary.cat Added tests to make sure that the categorization traits work on incomplete types 2016-02-25 20:15:47 +00:00
meta.unary.comp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
meta.unary.prop Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
nothing_to_do.pass.cpp