aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/support/test_range.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/support/test_range.h')
-rw-r--r--libcxx/test/support/test_range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/test_range.h b/libcxx/test/support/test_range.h
index 93fe95547e94..c1cfb9ea8892 100644
--- a/libcxx/test/support/test_range.h
+++ b/libcxx/test/support/test_range.h
@@ -13,7 +13,7 @@
#include "test_iterators.h"
-#if _LIBCPP_STD_VER < 17
+#if TEST_STD_VER < 17
#error "test/support/test_range.h" can only be included in builds supporting ranges
#endif