mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt fixes
This commit is contained in:
@@ -7,4 +7,4 @@ fn test_hash_crc32() {
|
||||
c := crc32.new(crc32.IEEE)
|
||||
assert c.checksum('testing crc32 again') == u32(1420327025)
|
||||
assert c.checksum('testing crc32 again').hex() == '0x54a87871'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user