mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2025-10-29 12:20:11 +01:00
lib: small style change in test harness
This commit is contained in:
@@ -1006,7 +1006,7 @@ mod test {
|
||||
fn verify_sizes() {
|
||||
assert_eq!(mem::size_of::<VgpuStart>(), 0x420);
|
||||
assert_eq!(mem::size_of::<VgpuConfig>(), 0x738);
|
||||
assert_eq!(std::mem::size_of::<VgpuConfig2>(), 0x1358);
|
||||
assert_eq!(std::mem::size_of::<LoadVgpuConfig2>(), 0x1360);
|
||||
assert_eq!(mem::size_of::<VgpuConfig2>(), 0x1358);
|
||||
assert_eq!(mem::size_of::<LoadVgpuConfig2>(), 0x1360);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user