Skip to content

Commit fa58503

Browse files
author
kr-2003
committed
Creating Interpreter in Evaluate
1 parent c849ac3 commit fa58503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/InterpreterTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ TEST(InterpreterTest, Evaluate) {
8383
// this needs to be added because TestUtils::CreateInterpreter creates
8484
// Cpp::CreateInterpreter. But, the later goes out of scope(destroyed) at the
8585
// end of every test due to TestUtils::CreateInterpreter.
86-
TestUtils::CreateInterpreter();
86+
Cpp::CreateInterpreter();
8787
EXPECT_TRUE(Cpp::Evaluate("__cplusplus") == 201402);
8888

8989
bool HadError;

0 commit comments

Comments
 (0)