This commit is contained in:
Folkert 2023-01-08 17:46:13 +01:00
parent 9d9ae290fe
commit cb53e46cdd
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -74,6 +74,7 @@ fn valgrind_test_linux(source: &str) {
drop(temp_dir)
}
#[allow(unused)]
fn run_with_valgrind(binary_path: &std::path::Path) {
use cli_utils::helpers::{extract_valgrind_errors, ValgrindError, ValgrindErrorXWhat};