Skip to content

Commit b0f1572

Browse files
committed
Enabling some tests that were disabled for VS 2015 preview.
1 parent e09c85e commit b0f1572

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Release/tests/functional/utils/datetime.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ SUITE(datetime)
3333
// This is by no means a comprehensive test suite for the datetime functionality.
3434
// It's a response to a particular bug and should be amended over time.
3535

36-
// CodePlex 311
37-
#if !defined(_WIN32) || (defined(_MSC_VER) && _MSC_VER < 1900)
3836
TEST(parsing_dateandtime_basic)
3937
{
4038
// ISO 8601
@@ -62,7 +60,6 @@ TEST(parsing_dateandtime_extended)
6260

6361
VERIFY_ARE_EQUAL(dt1.to_interval(), dt2.to_interval());
6462
}
65-
#endif
6663

6764
TEST(parsing_date_basic)
6865
{

0 commit comments

Comments
 (0)