aboutsummaryrefslogtreecommitdiff
path: root/tests/core/flags
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-08-08 12:33:34 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-08-08 12:33:34 +0100
commitd381d0ece4b9cd5fcf454fbd7ca79969d2b76cb8 (patch)
tree46744c069541f90aa965b8f6817e999289654512 /tests/core/flags
parentd3f649d244529d93b489140e5c7a1aaff97bedb2 (diff)
Fix more procedure to be `contextless`
Diffstat (limited to 'tests/core/flags')
-rw-r--r--tests/core/flags/test_core_flags.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/flags/test_core_flags.odin b/tests/core/flags/test_core_flags.odin
index 0527d85c5..0cfcf8e75 100644
--- a/tests/core/flags/test_core_flags.odin
+++ b/tests/core/flags/test_core_flags.odin
@@ -17,7 +17,7 @@ Custom_Data :: struct {
}
@(init)
-init_custom_type_setter :: proc() {
+init_custom_type_setter :: proc "contextless" () {
// NOTE: This is done here so it can be out of the flow of the
// multi-threaded test runner, to prevent any data races that could be
// reported by using `-sanitize:thread`.