Skip to content

Commit 04a3d71

Browse files
committed
fix ci 2
1 parent 2ab4cfc commit 04a3d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/xmock_interpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace nl = nlohmann;
2020
namespace xeus
2121
{
2222

23-
xmock_interpreter::xmock_interpreter(const std::vector<const char*>& /*args*/)
23+
xmock_interpreter::xmock_interpreter(const std::vector<std::string>& /*args*/)
2424
: interpreter(0, nullptr)
2525
{
2626
// Arguments intentionally ignored in mock interpreter

0 commit comments

Comments
 (0)