mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-08 00:23:10 +00:00
verify that multiple decr's afterwords work
This commit is contained in:
parent
1991fdbc29
commit
d755bd0562
@ -52,6 +52,7 @@ proc runDestroyOnReleaseTest() =
|
||||
## to prevent future decr's from occuring
|
||||
check a.isNil == true
|
||||
a.decr()
|
||||
a.release()
|
||||
|
||||
|
||||
suite "Share buffer test":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user