Skip to content

Commit fd1f416

Browse files
committed
fix ci 3
1 parent 04a3d71 commit fd1f416

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
@@ -21,7 +21,7 @@ namespace xeus
2121
{
2222

2323
xmock_interpreter::xmock_interpreter(const std::vector<std::string>& /*args*/)
24-
: interpreter(0, nullptr)
24+
: xinterpreter()
2525
{
2626
// Arguments intentionally ignored in mock interpreter
2727
}

0 commit comments

Comments
 (0)