mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Closes: https://bugs.gentoo.org/908388 Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
14 lines
378 B
Diff
14 lines
378 B
Diff
diff --git a/unitTests/main.cpp b/unitTests/main.cpp
|
|
index 96befa3..73a4d93 100644
|
|
--- a/unitTests/main.cpp
|
|
+++ b/unitTests/main.cpp
|
|
@@ -1409,7 +1409,7 @@ TEST_F(UnitContainer, to_string)
|
|
EXPECT_STREQ("8 m", units::length::to_string(b).c_str());
|
|
}
|
|
|
|
-TEST_F(UnitContainer, to_string_locale)
|
|
+TEST_F(UnitContainer, DISABLED_to_string_locale)
|
|
{
|
|
struct lconv * lc;
|
|
|