Skip to content

Commit 77d16e2

Browse files
committed
more run testa
1 parent a4ec8fb commit 77d16e2

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

ci/expected/lockall_destcruct.run

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
foo: a = 1, b = 2
2+
baz
3+
still in foo::lock
4+
bar: a = 3
5+
still in foo

ci/expected/multilock_sequence.run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Multiple locks, s1: 1, s2: 2, s3: 3
2+
Multiple locks, s1: 2, s2: 4, s3: 6

ci/expected/multilock_vs_lockall.run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Multiple locks, s1: 1, s2: 2, s3: 3
2+
Multiple locks, s1: 2, s2: 4, s3: 6
3+
Multiple locks, s1: 3, s2: 6, s3: 9

0 commit comments

Comments
 (0)