diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-01-22 11:49:47 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-01-22 11:49:47 +0100 |
| commit | 4acdd3f60b39c95c2700618feb828b4cf687bb92 (patch) | |
| tree | a3a32fedf3df61e1510373a1d86db5489f26885b /tests/core/encoding | |
| parent | 3f8a32aeb963e056ac7709c26f05a99fb884ef95 (diff) | |
Fix CRC
Diffstat (limited to 'tests/core/encoding')
| -rw-r--r-- | tests/core/encoding/xml/test_core_xml.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/encoding/xml/test_core_xml.odin b/tests/core/encoding/xml/test_core_xml.odin index 9f233e00e..09cca4a63 100644 --- a/tests/core/encoding/xml/test_core_xml.odin +++ b/tests/core/encoding/xml/test_core_xml.odin @@ -142,7 +142,7 @@ xml_test_entities_unbox_decode :: proc(t: ^testing.T) { }, expected_doctype = "html", }, - crc32 = 0x6e45a697, + crc32 = 0xda1ac384, }) } |