diff --git a/compiler+runtime/test/cpp/main.cpp b/compiler+runtime/test/cpp/main.cpp index a2d6d17de..c0340c437 100644 --- a/compiler+runtime/test/cpp/main.cpp +++ b/compiler+runtime/test/cpp/main.cpp @@ -20,7 +20,7 @@ int main(int const argc, char const **argv) try { - std::locale::global(std::locale("")); + std::locale::global(std::locale("en_US.UTF-8")); GC_set_all_interior_pointers(1); GC_enable();