projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a092b16
)
actually fixed the atomic test case
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 26 Sep 2022 18:03:46 +0000
(13:03 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 26 Sep 2022 18:03:46 +0000
(13:03 -0500)
tests/atomics.onyx
patch
|
blob
|
history
diff --git
a/tests/atomics.onyx
b/tests/atomics.onyx
index be503a45a1d38da9bc987a7a62e2e6f1b693bf48..f935cfac41581e1600848406c1648f39e1de3d4a 100644
(file)
--- 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
);
}