Remove incorrect #ifdef guards around variant tests.
authorEric Fiselier <eric@efcs.ca>
Fri, 26 May 2017 01:27:08 +0000 (01:27 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 26 May 2017 01:27:08 +0000 (01:27 +0000)
commitabaf967ceb45328d868160cb491284f8f7964f07
tree5931b88a941c11bb4252d968a46bdfe97be4aa20
parent86248d5632ea7d1cbd4e6dc820662381872cb64d
Remove incorrect #ifdef guards around variant tests.

The tests were previously guarded by #if defined(_LIBCPP_VER) || defined(_MSVC_STL_VER),
which is both incorrect (e.g. _LIBCPP_VERSION) and unneeded. Although the tests are
technically non-standard (yet) they are supported by both libc++ and MSVC's STL.

libstdc++ doesn't regularly use the test suite so I'm not concerned about guarding these
tests for them.

llvm-svn: 303953
libcxx/test/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp
libcxx/test/std/utilities/variant/variant.variant/variant.ctor/move.pass.cpp