Skip to content

Commit

Permalink
[libc++][NFC] Use TEST_STD_VER instead of _LIBCPP_STD_VER in re.tokit…
Browse files Browse the repository at this point in the history
…er.comp/equal.pass.cpp
  • Loading branch information
philnik777 committed Feb 25, 2025
1 parent 49f60b4 commit 674dbcf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
#include <regex>

#include "test_comparisons.h"
#include "test_macros.h"

int main(int, char**) {
#if _LIBCPP_STD_VER >= 20
#if TEST_STD_VER >= 20
AssertEqualityReturnBool<std::cregex_token_iterator>();

{
Expand Down

0 comments on commit 674dbcf

Please sign in to comment.