mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Fix filename in example
This commit is contained in:
@@ -20,7 +20,7 @@ example :: proc() {
|
|||||||
xml.destroy(docs[round])
|
xml.destroy(docs[round])
|
||||||
}
|
}
|
||||||
|
|
||||||
DOC :: #load("../../../../tests/core/assets/XML/unicode.xml")
|
DOC :: #load("../../../../tests/core/assets/XML/utf8.xml")
|
||||||
input := DOC
|
input := DOC
|
||||||
|
|
||||||
for round in 0..<N {
|
for round in 0..<N {
|
||||||
|
|||||||
Reference in New Issue
Block a user