mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 06:18:39 +00:00
Fix CRC
This commit is contained in:
@@ -142,7 +142,7 @@ xml_test_entities_unbox_decode :: proc(t: ^testing.T) {
|
||||
},
|
||||
expected_doctype = "html",
|
||||
},
|
||||
crc32 = 0x6e45a697,
|
||||
crc32 = 0xda1ac384,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user