Skip to content

Commit 2e01cf9

Browse files
authored
Update unittests/CppInterOp/InterpreterTest.cpp
1 parent 23c4c71 commit 2e01cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unittests/CppInterOp/InterpreterTest.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ if (llvm::sys::RunningOnValgrind())
205205
EXPECT_NE(ExtInterp, nullptr);
206206

207207
#if !defined(NDEBUG) && GTEST_HAS_DEATH_TEST
208+
#ifndef _WIN32 // Windows seems to fail to die...
208209
EXPECT_DEATH(Cpp::UseExternalInterpreter(ExtInterp), "sInterpreter already in use!");
210+
#endif // _WIN32
209211
#endif
210212
EXPECT_TRUE(Cpp::GetInterpreter()) << "External Interpreter not set";
211213

0 commit comments

Comments
 (0)