summaryrefslogtreecommitdiffstats
path: root/sqv/tests/wrong-key-flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sqv/tests/wrong-key-flags.rs')
-rw-r--r--sqv/tests/wrong-key-flags.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/sqv/tests/wrong-key-flags.rs b/sqv/tests/wrong-key-flags.rs
index 222297c5..477e00d0 100644
--- a/sqv/tests/wrong-key-flags.rs
+++ b/sqv/tests/wrong-key-flags.rs
@@ -1,5 +1,3 @@
-extern crate assert_cli;
-
#[cfg(test)]
mod integration {
use assert_cli::Assert;
@@ -20,7 +18,7 @@ mod integration {
}
// Code to create the data for the test cases above
-// extern crate sequoia_openpgp;
+// use sequoia_openpgp;
//
// #[test]
// fn create_key() {