Commit bf1f1c73 authored by Victor Zverovich's avatar Victor Zverovich

Fix time test

parent b6bc6ec2
......@@ -121,6 +121,6 @@ TEST(TimeTest, ChronoLocale) {
EXPECT_TIME("%OH", tm_hour, 14, hours);
EXPECT_TIME("%OI", tm_hour, 14, hours);
EXPECT_TIME("%OM", tm_min, 42, minutes);
EXPECT_TIME("%OS", tm_min, 42, seconds);
EXPECT_TIME("%OS", tm_sec, 42, seconds);
}
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment