diff --git a/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp b/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp index ef0fd5cd111ad..9139207967d3c 100644 --- a/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp +++ b/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp @@ -19,9 +19,10 @@ #include #include "test_comparisons.h" +#include "test_macros.h" int main(int, char**) { -#if _LIBCPP_STD_VER >= 20 +#if TEST_STD_VER >= 20 AssertEqualityReturnBool(); {