Minor grammar fix

This commit is contained in:
Victor Zverovich 2021-10-30 09:14:13 -07:00
parent 6eaceb5f73
commit 5b0aa638cf

View File

@ -256,7 +256,7 @@ TEST(chrono_test, time_point) {
"%EX", "%D", "%F", "%R", "%T", "%p", "%z", "%Z"}; "%EX", "%D", "%F", "%R", "%T", "%p", "%z", "%Z"};
spec_list.push_back("%Y-%m-%d %H:%M:%S"); spec_list.push_back("%Y-%m-%d %H:%M:%S");
#ifndef _WIN32 #ifndef _WIN32
// Disabled on Windows, because these formats is not consistent among // Disabled on Windows because these formats are not consistent among
// platforms. // platforms.
spec_list.insert(spec_list.end(), {"%c", "%Ec", "%r"}); spec_list.insert(spec_list.end(), {"%c", "%Ec", "%r"});
#endif #endif