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.
This commit is contained in:
Jonathan Wakely 2024-03-23 00:19:55 +00:00
parent 5cab64a9cf
commit cf3fc6f414

View file

@ -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>"