We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cc0a4 commit 2ab2efdCopy full SHA for 2ab2efd
libcxx/test/std/utilities/text_encoding/text_encoding.members/environment.pass.cpp
@@ -27,7 +27,7 @@
27
28
using id = std::text_encoding::id;
29
int main(int, char**) {
30
- auto env_te = std::text_encoding::environment();
+ auto te = std::text_encoding::environment();
31
// 1. Depending on the platform's default, verify that environment() returns the corresponding text encoding.
32
{
33
#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__)
0 commit comments