about summary refs log tree commit diff
path: root/library/std/tests/run-time-detect.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/tests/run-time-detect.rs')
-rw-r--r--library/std/tests/run-time-detect.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/tests/run-time-detect.rs b/library/std/tests/run-time-detect.rs
index bf3c81fcc98..9ce29a33df6 100644
--- a/library/std/tests/run-time-detect.rs
+++ b/library/std/tests/run-time-detect.rs
@@ -16,7 +16,6 @@ fn arm_linux() {
     // tidy-alphabetical-start
     println!("aes: {}", is_arm_feature_detected!("aes"));
     println!("crc: {}", is_arm_feature_detected!("crc"));
-    println!("crypto: {}", is_arm_feature_detected!("crypto"));
     println!("neon: {}", is_arm_feature_detected!("neon"));
     println!("pmull: {}", is_arm_feature_detected!("pmull"));
     println!("sha2: {}", is_arm_feature_detected!("sha2"));