diff options
Diffstat (limited to 'tests/core/encoding/xml')
| -rw-r--r-- | tests/core/encoding/xml/test_core_xml.odin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core/encoding/xml/test_core_xml.odin b/tests/core/encoding/xml/test_core_xml.odin index 7a900659a..c62033491 100644 --- a/tests/core/encoding/xml/test_core_xml.odin +++ b/tests/core/encoding/xml/test_core_xml.odin @@ -159,7 +159,7 @@ TESTS :: []TEST{ }, /* - Parse the 8.2 MiB unicode.xml for good measure. + Parse the 9.08 MiB unicode.xml for good measure. */ { filename = "XML/unicode.xml", @@ -170,7 +170,7 @@ TESTS :: []TEST{ expected_doctype = "", }, err = .None, - crc32 = 0x420dbac5, + crc32 = 0x0b6100ab, }, } |