Skip to content

Commit 9a1bacf

Browse files
author
kr-2003
committed
executor pid windows fix
1 parent 2d7314f commit 9a1bacf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2580,10 +2580,8 @@ TEST(FunctionReflectionTest, FailingTest1) {
25802580
EXPECT_FALSE(Cpp::Declare("int y = x;"));
25812581
}
25822582

2583+
#ifndef _WIN32
25832584
TEST(FunctionReflectionTest, GetExecutorPIDTest) {
2584-
#ifdef _WIN32
2585-
GTEST_SKIP() << "Disabled on Windows. Needs fixing.";
2586-
#endif
25872585
#ifdef EMSCRIPTEN
25882586
GTEST_SKIP() << "Test fails for Emscipten builds";
25892587
#endif
@@ -2607,3 +2605,4 @@ TEST(FunctionReflectionTest, GetExecutorPIDTest) {
26072605
EXPECT_EQ(pid, -1);
26082606
}
26092607
}
2608+
#endif

0 commit comments

Comments
 (0)