mirror of
https://git.intege.rs/xlib/x.git
synced 2025-12-05 20:35:01 +00:00
fix time
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
#[test]
|
||||
pub fn test_distance() {
|
||||
|
||||
let a = x::dur![ 5 days 4 hours 7 minutes 2 seconds 2 minutes ];
|
||||
|
||||
let a = [0u8,2,3];
|
||||
let p1 = &a[0];
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user