We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09c85e commit b0f1572Copy full SHA for b0f1572
Release/tests/functional/utils/datetime.cpp
@@ -33,8 +33,6 @@ SUITE(datetime)
33
// This is by no means a comprehensive test suite for the datetime functionality.
34
// It's a response to a particular bug and should be amended over time.
35
36
-// CodePlex 311
37
-#if !defined(_WIN32) || (defined(_MSC_VER) && _MSC_VER < 1900)
38
TEST(parsing_dateandtime_basic)
39
{
40
// ISO 8601
@@ -62,7 +60,6 @@ TEST(parsing_dateandtime_extended)
62
60
63
61
VERIFY_ARE_EQUAL(dt1.to_interval(), dt2.to_interval());
64
}
65
-#endif
66
67
TEST(parsing_date_basic)
68
0 commit comments