diff options
author | EuAndreh <eu@euandre.org> | 2025-01-23 09:17:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-23 09:17:46 -0300 |
commit | 08f74a09ebe0759d373019b4693df69c082367d0 (patch) | |
tree | f579b94d3e8c8527ab41b795e5399580d2596dcb /tests/functional/usage/main.go | |
parent | src/stm.go: Rename AtomicGet => Deref and AtomicModify => Swap (diff) | |
download | stm-08f74a09ebe0759d373019b4693df69c082367d0.tar.gz stm-08f74a09ebe0759d373019b4693df69c082367d0.tar.xz |
tests/stm.go: Turn example into functional test
Diffstat (limited to 'tests/functional/usage/main.go')
l--------- | tests/functional/usage/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/usage/main.go b/tests/functional/usage/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/usage/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file |