diff options
Diffstat (limited to 'libcxx/test/std/re/re.alg/re.alg.search/basic.fail.cpp')
-rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.search/basic.fail.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libcxx/test/std/re/re.alg/re.alg.search/basic.fail.cpp b/libcxx/test/std/re/re.alg/re.alg.search/basic.fail.cpp index 692ee94d944..9ab6a21ad9d 100644 --- a/libcxx/test/std/re/re.alg/re.alg.search/basic.fail.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.search/basic.fail.cpp @@ -18,9 +18,7 @@ // regex_constants::match_flag_type = // regex_constants::match_default) = delete; -#include <__config> - -#if _LIBCPP_STD_VER <= 11 +#if __cplusplus <= 201402L #error #else |