diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2015-01-18 19:05:51 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2015-01-18 19:05:51 +0000 |
commit | eb9bfac876d21bd7d0f35cc233bd4d5cb303e25c (patch) | |
tree | 521326746156efd22e4952bd6b0660ca80d75e61 /libcxx/test/std/utilities/function.objects | |
parent | f80df57d3984ef5bacd6b347bfadf606c9502f13 (diff) | |
download | bcm5719-llvm-eb9bfac876d21bd7d0f35cc233bd4d5cb303e25c.tar.gz bcm5719-llvm-eb9bfac876d21bd7d0f35cc233bd4d5cb303e25c.zip |
Cleaning up the test suite; remove some includes of non-standard file <__config>
llvm-svn: 226411
Diffstat (limited to 'libcxx/test/std/utilities/function.objects')
-rw-r--r-- | libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp b/libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp index dca59c62b5b..bd92a4ac4d2 100644 --- a/libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp @@ -12,9 +12,7 @@ // make sure that we can hash enumeration values // Not very portable -#include <__config> - -#if _LIBCPP_STD_VER > 11 +#if __cplusplus >= 201402L #include <functional> #include <cassert> |