summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-05-16 17:05:14 +0000
committerEric Fiselier <eric@efcs.ca>2016-05-16 17:05:14 +0000
commit46a256a3ebd0f03fa830ac5f26f8df3616494cf7 (patch)
tree66eeed31388db45f4e9ac1e6084bf2c84a3751a1 /libcxx/test/support
parent37ec5f914e2b677f534874eeba1e1b0cb53e4f70 (diff)
downloadbcm5719-llvm-46a256a3ebd0f03fa830ac5f26f8df3616494cf7.tar.gz
bcm5719-llvm-46a256a3ebd0f03fa830ac5f26f8df3616494cf7.zip
Remove C++11 feature macros in tests. Use TEST_STD_VER instead.
llvm-svn: 269669
Diffstat (limited to 'libcxx/test/support')
-rw-r--r--libcxx/test/support/test_macros.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libcxx/test/support/test_macros.h b/libcxx/test/support/test_macros.h
index 11b5a5f42bd..00ab7c423fa 100644
--- a/libcxx/test/support/test_macros.h
+++ b/libcxx/test/support/test_macros.h
@@ -45,12 +45,6 @@
# define TEST_STD_VER 99 // greater than current standard
#endif
-/* Features that were introduced in C++11 */
-#if TEST_STD_VER >= 11
-#define TEST_HAS_RVALUE_REFERENCES
-#define TEST_HAS_VARIADIC_TEMPLATES
-#endif
-
/* Features that were introduced in C++14 */
#if TEST_STD_VER >= 14
#define TEST_HAS_EXTENDED_CONSTEXPR
OpenPOWER on IntegriCloud