[tests/thin_delta] thin_delta should be a c++ command

This commit is contained in:
Joe Thornber 2021-10-19 14:11:56 +01:00
parent 6c5405ccf8
commit 13400c2465

View File

@ -34,7 +34,7 @@ impl<'a> Program<'a> for ThinDelta {
I: IntoIterator,
I::Item: Into<std::ffi::OsString>,
{
rust_cmd("thin_delta", args)
cpp_cmd("thin_delta", args)
}
fn usage() -> &'a str {