diff libpam-sys/libpam-sys-test/tests/runner.rs @ 136:efbc235f01d3

Separate libpam-sys-helpers from libpam-sys. This separates the parts of libpam-sys that don't need linking against libpam from the parts that do need to link against libpam.
author Paul Fisher <paul@pfish.zone>
date Thu, 03 Jul 2025 14:28:04 -0400
parents 32b2a545ca3e
children 88627c057709
line wrap: on
line diff
--- a/libpam-sys/libpam-sys-test/tests/runner.rs	Thu Jul 03 11:14:49 2025 -0400
+++ b/libpam-sys/libpam-sys-test/tests/runner.rs	Thu Jul 03 14:28:04 2025 -0400
@@ -17,7 +17,6 @@
 
     #[test]
     fn test_c() {
-        eprintln!("Running a test!");
         main();
     }
 }