]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix macro checked by test
authorJonathan Wakely <jwakely@redhat.com>
Wed, 20 Apr 2022 12:50:14 +0000 (13:50 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 26 Apr 2022 11:05:35 +0000 (12:05 +0100)
commita8f0679fadd64ff53235e12d74550160c92db080
tree739743b6d4af9e851d9c66d21f6615be6be5c68d
parent158055462ea7ef543a6b6c4ef2d0869b00069a21
libstdc++: Fix macro checked by test

The macro being tested here is wrong, but just happens to have the same
value as the one supposed to be tested.

libstdc++-v3/ChangeLog:

* testsuite/21_strings/basic_string_view/operations/copy/char/constexpr.cc:
Check correct feature test macro.

(cherry picked from commit 67ded3a1f5b667b4cb5eb2fee8a031e8e4060a7d)
libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/constexpr.cc