From 5ccd0ac39d3642f2c9eedbae03f98331ae7b7749 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 15 Apr 2019 19:18:52 +0100 Subject: [PATCH] Fixed test name --- test/test_to_u32string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_to_u32string.cpp b/test/test_to_u32string.cpp index d13f6819..df822bb9 100644 --- a/test/test_to_u32string.cpp +++ b/test/test_to_u32string.cpp @@ -51,7 +51,7 @@ namespace return os; } - SUITE(test_to_string) + SUITE(test_to_u32string) { //************************************************************************* TEST(test_default_format_no_append)