Skip to content

Commit 8394276

Browse files
committed
Use fresh interpreter for scopereflection includevector test
1 parent 33d0381 commit 8394276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: interpreter/CppInterOp/unittests/CppInterOp/ScopeReflectionTest.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,7 @@ TEST(ScopeReflectionTest, GetClassTemplateInstantiationArgs) {
948948
TEST(ScopeReflectionTest, IncludeVector) {
949949
if (llvm::sys::RunningOnValgrind())
950950
GTEST_SKIP() << "XFAIL due to Valgrind report";
951+
Cpp::CreateInterpreter();
951952
std::string code = R"(
952953
#include <vector>
953954
#include <iostream>

0 commit comments

Comments
 (0)