public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9652] libstdc++: Fix incorrect macro used in #undef in test
@ 2024-03-25 12:14 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2024-03-25 12:14 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:cf3fc6f414f52a99f2dfc71c2e72e96fe60d2b6f

commit r14-9652-gcf3fc6f414f52a99f2dfc71c2e72e96fe60d2b6f
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sat Mar 23 00:19:55 2024 +0000

    libstdc++: Fix incorrect macro used in #undef in test
    
    This was a copy & paste error.
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/std/text_encoding/requirements.cc: #undef the
            correct macro.

Diff:
---
 libstdc++-v3/testsuite/std/text_encoding/requirements.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/std/text_encoding/requirements.cc b/libstdc++-v3/testsuite/std/text_encoding/requirements.cc
index a1d5d6baee1..6cd71b68225 100644
--- a/libstdc++-v3/testsuite/std/text_encoding/requirements.cc
+++ b/libstdc++-v3/testsuite/std/text_encoding/requirements.cc
@@ -8,7 +8,7 @@
 # error "Feature-test macro for text_encoding has wrong value in <text_encoding>"
 #endif
 
-#undef __cpp_lib_expected
+#undef __cpp_lib_text_encoding
 #include <version>
 #ifndef __cpp_lib_text_encoding
 # error "Feature-test macro for text_encoding missing in <version>"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-25 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-25 12:14 [gcc r14-9652] libstdc++: Fix incorrect macro used in #undef in test Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).