mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-25 07:43:55 +00:00
Fix filename in example
This commit is contained in:
@@ -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!")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user