mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Fix typo
This commit is contained in:
@@ -2,8 +2,8 @@ package tests_core
|
|||||||
|
|
||||||
import rlibc "core:c/libc"
|
import rlibc "core:c/libc"
|
||||||
|
|
||||||
@(init="contextless")
|
@(init)
|
||||||
download_assets :: proc() {
|
download_assets :: proc "contextless" () {
|
||||||
if rlibc.system("python3 " + ODIN_ROOT + "tests/core/download_assets.py " + ODIN_ROOT + "tests/core/assets") != 0 {
|
if rlibc.system("python3 " + ODIN_ROOT + "tests/core/download_assets.py " + ODIN_ROOT + "tests/core/assets") != 0 {
|
||||||
panic_contextless("downloading test assets failed!")
|
panic_contextless("downloading test assets failed!")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user