We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab5551 commit ec20d29Copy full SHA for ec20d29
1 file changed
test/test_xdatesupport.cpp
@@ -55,8 +55,6 @@ namespace xt
55
EXPECT_EQ((result < result2), expected);
56
}
57
58
-// need to wait until the system clock on Windows catches up with Linux
59
-#ifndef _MSC_VER
60
TEST(xdate, date_arange)
61
{
62
xarray<tp> tarr = xt::arange<tp>(
@@ -66,7 +64,6 @@ namespace xt
66
64
);
67
65
EXPECT_TRUE(tarr.storage().back() > tarr.storage().front());
68
69
-#endif
70
71
TEST(xdate, xfunction)
72
0 commit comments