From: Brendan Hansen Date: Mon, 26 Sep 2022 18:03:46 +0000 (-0500) Subject: actually fixed the atomic test case X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=65f7e08700455c83665629111804aaf98f5cba33;p=onyx.git actually fixed the atomic test case --- diff --git a/tests/atomics.onyx b/tests/atomics.onyx index be503a45..f935cfac 100644 --- a/tests/atomics.onyx +++ b/tests/atomics.onyx @@ -61,7 +61,7 @@ main :: (args) => { } printf("{}\n", sd.arr); printf("On the main thread: {}\n", partial_arr); - println(test); + println(test_var); }