Update src-tauri/plugins/tauri-plugin-hardware/src/tests.rs

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Louis 2025-08-20 22:22:25 +07:00 committed by GitHub
parent ebae86f3e6
commit 2398c0ab33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,6 @@ mod cpu_tests {
); );
// Extensions should be a valid list (can be empty on non-x86) // Extensions should be a valid list (can be empty on non-x86)
assert!(cpu_info.extensions.is_empty() || !cpu_info.extensions.is_empty());
println!("CPU Info: {:?}", cpu_info); println!("CPU Info: {:?}", cpu_info);
} }