summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/tests/c-tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/tests/c-tests.rs')
-rw-r--r--openpgp-ffi/tests/c-tests.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/openpgp-ffi/tests/c-tests.rs b/openpgp-ffi/tests/c-tests.rs
index fff25f55..8dc38227 100644
--- a/openpgp-ffi/tests/c-tests.rs
+++ b/openpgp-ffi/tests/c-tests.rs
@@ -1,5 +1,4 @@
-extern crate failure;
-use failure::{Fallible as Result, ResultExt};
+use anyhow::{Result, Context};
extern crate filetime;
use std::cmp::min;