Fix time test

This commit is contained in:
Victor Zverovich 2018-12-07 08:19:13 -08:00
parent b6bc6ec246
commit bf1f1c73e3

View File

@ -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