We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c4c71 commit 2e01cf9Copy full SHA for 2e01cf9
unittests/CppInterOp/InterpreterTest.cpp
@@ -205,7 +205,9 @@ if (llvm::sys::RunningOnValgrind())
205
EXPECT_NE(ExtInterp, nullptr);
206
207
#if !defined(NDEBUG) && GTEST_HAS_DEATH_TEST
208
+#ifndef _WIN32 // Windows seems to fail to die...
209
EXPECT_DEATH(Cpp::UseExternalInterpreter(ExtInterp), "sInterpreter already in use!");
210
+#endif // _WIN32
211
#endif
212
EXPECT_TRUE(Cpp::GetInterpreter()) << "External Interpreter not set";
213
0 commit comments