more run testa

This commit is contained in:
Per Lindgren 2021-10-26 21:22:07 +02:00
parent 92093fd1d2
commit 718a240182
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
foo: a = 1, b = 2
baz
still in foo::lock
bar: a = 3
still in foo

View file

@ -0,0 +1,2 @@
Multiple locks, s1: 1, s2: 2, s3: 3
Multiple locks, s1: 2, s2: 4, s3: 6

View file

@ -0,0 +1,3 @@
Multiple locks, s1: 1, s2: 2, s3: 3
Multiple locks, s1: 2, s2: 4, s3: 6
Multiple locks, s1: 3, s2: 6, s3: 9