Skip to content

Commit ec20d29

Browse files
committed
And another one
1 parent 7ab5551 commit ec20d29

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/test_xdatesupport.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ namespace xt
5555
EXPECT_EQ((result < result2), expected);
5656
}
5757

58-
// need to wait until the system clock on Windows catches up with Linux
59-
#ifndef _MSC_VER
6058
TEST(xdate, date_arange)
6159
{
6260
xarray<tp> tarr = xt::arange<tp>(
@@ -66,7 +64,6 @@ namespace xt
6664
);
6765
EXPECT_TRUE(tarr.storage().back() > tarr.storage().front());
6866
}
69-
#endif
7067

7168
TEST(xdate, xfunction)
7269
{

0 commit comments

Comments
 (0)