Merge pull request #214 from cakebaker/lscpu_rename_test_function

lscpu: rename test function
This commit is contained in:
Sylvestre Ledru
2025-02-05 18:18:56 +01:00
committed by GitHub

View File

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