Skip to content

Commit 674dbcf

Browse files
committed
[libc++][NFC] Use TEST_STD_VER instead of _LIBCPP_STD_VER in re.tokiter.comp/equal.pass.cpp
1 parent 49f60b4 commit 674dbcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
#include <regex>
2020

2121
#include "test_comparisons.h"
22+
#include "test_macros.h"
2223

2324
int main(int, char**) {
24-
#if _LIBCPP_STD_VER >= 20
25+
#if TEST_STD_VER >= 20
2526
AssertEqualityReturnBool<std::cregex_token_iterator>();
2627

2728
{

0 commit comments

Comments
 (0)