We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c849ac3 commit fa58503Copy full SHA for fa58503
unittests/CppInterOp/InterpreterTest.cpp
@@ -83,7 +83,7 @@ TEST(InterpreterTest, Evaluate) {
83
// this needs to be added because TestUtils::CreateInterpreter creates
84
// Cpp::CreateInterpreter. But, the later goes out of scope(destroyed) at the
85
// end of every test due to TestUtils::CreateInterpreter.
86
- TestUtils::CreateInterpreter();
+ Cpp::CreateInterpreter();
87
EXPECT_TRUE(Cpp::Evaluate("__cplusplus") == 201402);
88
89
bool HadError;
0 commit comments