commit 7e1628eac5bcd700bdd5bc8cf679bf472b8ca4ee
parent 1828d0b75f133db53faa327fafbc64edc355d5b1
Author: cfillion <cfillion@users.noreply.github.com>
Date: Mon, 27 Feb 2017 14:07:08 -0500
fix windows build, broken since b882138b34579acabbaddc112324c73a020c6cfa
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/encoding.cpp b/test/encoding.cpp
@@ -27,6 +27,6 @@ TEST_CASE("string to wstring to string", M) {
}
TEST_CASE("auto_size", M) {
- auto_char test[42];
+ auto_char test[42] = {};
REQUIRE(auto_size(test) == 42);
}