From 65f7e08700455c83665629111804aaf98f5cba33 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 26 Sep 2022 13:03:46 -0500 Subject: [PATCH] actually fixed the atomic test case --- tests/atomics.onyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.25.1