aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/xml/example
diff options
context:
space:
mode:
authorColin Davidson <colrdavidson@gmail.com>2024-01-17 13:11:10 -0800
committerColin Davidson <colrdavidson@gmail.com>2024-01-17 13:11:10 -0800
commitd0bb1fb84419670526ada2aba21b14677dbd1566 (patch)
treeb35b5a2181cd498d9a753eaf3ba308a94eb7f476 /core/encoding/xml/example
parentbfbeb23f5479af375ceea6d97d2add64a6bc6519 (diff)
parentea43c030aa0f984679e78e624dab0ceedc56db26 (diff)
bring log allocator up to date
Diffstat (limited to 'core/encoding/xml/example')
-rw-r--r--core/encoding/xml/example/xml_example.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/encoding/xml/example/xml_example.odin b/core/encoding/xml/example/xml_example.odin
index aebb8d0ea..9648143db 100644
--- a/core/encoding/xml/example/xml_example.odin
+++ b/core/encoding/xml/example/xml_example.odin
@@ -20,7 +20,7 @@ example :: proc() {
xml.destroy(docs[round])
}
- DOC :: #load("../../../../tests/core/assets/XML/unicode.xml")
+ DOC :: #load("../../../../tests/core/assets/XML/utf8.xml")
input := DOC
for round in 0..<N {
@@ -109,4 +109,4 @@ main :: proc() {
}
}
println("Done and cleaned up!")
-} \ No newline at end of file
+}