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 2ab4cfc commit 04a3d71Copy full SHA for 04a3d71
test/xmock_interpreter.cpp
@@ -20,7 +20,7 @@ namespace nl = nlohmann;
20
namespace xeus
21
{
22
23
- xmock_interpreter::xmock_interpreter(const std::vector<const char*>& /*args*/)
+ xmock_interpreter::xmock_interpreter(const std::vector<std::string>& /*args*/)
24
: interpreter(0, nullptr)
25
26
// Arguments intentionally ignored in mock interpreter
0 commit comments