diff --git a/tests/core/normal.odin b/tests/core/normal.odin index a64f38209..fe69acf64 100644 --- a/tests/core/normal.odin +++ b/tests/core/normal.odin @@ -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!") }