Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit d2039fa

Browse files
committed
fix: Yet another
1 parent 227de43 commit d2039fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ executable::ExecTaskPtr Test::compareExternal(
290290
exitCode = res.returnCode;
291291
};
292292

293-
executable::ExecTaskContext ctx{{a.c_str(), b.c_str()},
293+
executable::ExecTaskContext ctx{std::vector{a.string(), b.string()},
294294
boost::this_process::environment(),
295295
fs::current_path(),
296296
std::move(callback)};

0 commit comments

Comments
 (0)