Mercurial > crates > nonstick
diff testharness/src/lib.rs @ 127:c77846f3a979
GET CTEST WORKING.
This will verify that the functions we're exporting are correct.
It has been a nightmare.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 30 Jun 2025 22:56:26 -0400 |
parents | 98a624cacd82 |
children |
line wrap: on
line diff
--- a/testharness/src/lib.rs Mon Jun 30 21:52:10 2025 -0400 +++ b/testharness/src/lib.rs Mon Jun 30 22:56:26 2025 -0400 @@ -11,7 +11,11 @@ Ok(()) } - fn account_management(_handle: &mut M, _args: Vec<&CStr>, _flags: Flags) -> nonstick::Result<()> { + fn account_management( + _handle: &mut M, + _args: Vec<&CStr>, + _flags: Flags, + ) -> nonstick::Result<()> { Ok(()) } }