Skip to content

Commit

Permalink
Fix typo in CppInterOpInterpreter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored Dec 22, 2023
1 parent ceda9e5 commit 959d0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Interpreter/CppInterOpInterpreter.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Interpreter {

std::vector<const char*> vargs(argv + 1, argv + argc);
vargs.push_back("-include");
vargs.push_back("new")
vargs.push_back("new");
inner = compat::createClangInterpreter(vargs);
}

Expand Down

0 comments on commit 959d0e3

Please sign in to comment.