This commit is contained in:
gingerBill
2025-08-08 12:36:56 +01:00
parent d381d0ece4
commit 414b1059a8
+2 -2
View File
@@ -2,8 +2,8 @@ package tests_core
import rlibc "core:c/libc"
@(init="contextless")
download_assets :: proc() {
@(init)
download_assets :: proc "contextless" () {
if rlibc.system("python3 " + ODIN_ROOT + "tests/core/download_assets.py " + ODIN_ROOT + "tests/core/assets") != 0 {
panic_contextless("downloading test assets failed!")
}