This commit is contained in:
numbers
2023-09-19 19:13:55 -04:00
parent a6ba0f3e40
commit 694004ecfa
5 changed files with 9 additions and 17 deletions

View File

@@ -12,7 +12,6 @@ pub fn test_image_base() {
let b = x::win32::image_base() as *const _ as usize;
assert_eq!(a, b, "image_base didn't match");
}
#[test]