diff options
Diffstat (limited to 'libcxx/test/containers/sequences/vector/db_cindex.pass.cpp')
-rw-r--r-- | libcxx/test/containers/sequences/vector/db_cindex.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/sequences/vector/db_cindex.pass.cpp b/libcxx/test/containers/sequences/vector/db_cindex.pass.cpp index c96fa3da381..18ef2cfa815 100644 --- a/libcxx/test/containers/sequences/vector/db_cindex.pass.cpp +++ b/libcxx/test/containers/sequences/vector/db_cindex.pass.cpp @@ -11,7 +11,7 @@ // Index const vector out of bounds. -#if _LIBCPP_DEBUG2 >= 1 +#if _LIBCPP_DEBUG >= 1 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) |