summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi')
-rw-r--r--openpgp-ffi/tests/c-tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/tests/c-tests.rs b/openpgp-ffi/tests/c-tests.rs
index 7a75a9d6..a93653db 100644
--- a/openpgp-ffi/tests/c-tests.rs
+++ b/openpgp-ffi/tests/c-tests.rs
@@ -162,7 +162,7 @@ fn for_all_tests<F>(path: &Path, mut fun: F)
if let Some(name) = exported_function_name(&line) {
if !test.is_empty() {
- fun(path, test_starts_at, &name, replace(&mut test, vec![]),
+ fun(path, test_starts_at, name, replace(&mut test, vec![]),
run)?;
test.clear();
}