diff src/constants.rs @ 178:6c75fb621b55

remove never-used test and switch to testing against features
author Paul Fisher <paul@pfish.zone>
date Wed, 30 Jul 2025 18:02:36 -0400
parents 0730f5f2ee2a
children a1bb1d013567
line wrap: on
line diff
--- a/src/constants.rs	Wed Jul 30 18:00:14 2025 -0400
+++ b/src/constants.rs	Wed Jul 30 18:02:36 2025 -0400
@@ -467,7 +467,7 @@
     }
 
     #[test]
-    #[cfg(pam_impl = "Sun")]
+    #[cfg(feature = "sun-ext")]
     fn test_flags_sun() {
         assert_eq!(
             AuthtokFlags::NO_AUTHTOK_CHECK,