lscpu: rename test function

This commit is contained in:
Daniel Hofstetter 2025-02-05 16:29:44 +01:00
parent 4279134ee5
commit 6d3f21f999

@ -11,6 +11,6 @@ fn test_invalid_arg() {
}
#[test]
fn test_lscpt_with_arg() {
fn test_hex() {
new_ucmd!().arg("--hex").succeeds().stdout_contains("0x");
}