summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/c.strings
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/strings/c.strings')
-rw-r--r--libcxx/test/std/strings/c.strings/cwchar.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/strings/c.strings/cwchar.pass.cpp b/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
index c3d868fbc3b..93d2bb1efa5 100644
--- a/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
+++ b/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
@@ -30,7 +30,7 @@
int main()
{
- std::mbstate_t mb = {0};
+ std::mbstate_t mb = {};
std::size_t s = 0;
std::tm *tm = 0;
std::wint_t w = 0;
OpenPOWER on IntegriCloud