actually fixed the atomic test case
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 26 Sep 2022 18:03:46 +0000 (13:03 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 26 Sep 2022 18:03:46 +0000 (13:03 -0500)
tests/atomics.onyx

index be503a45a1d38da9bc987a7a62e2e6f1b693bf48..f935cfac41581e1600848406c1648f39e1de3d4a 100644 (file)
@@ -61,7 +61,7 @@ main :: (args) => {
     }
     printf("{}\n", sd.arr);
     printf("On the main thread: {}\n", partial_arr);
-    println(test);
+    println(test_var);
 }