Skip to content

Commit

Permalink
more run testa
Browse files Browse the repository at this point in the history
  • Loading branch information
perlindgren committed Oct 26, 2021
1 parent a4ec8fb commit 77d16e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/expected/lockall_destcruct.run
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
foo: a = 1, b = 2
baz
still in foo::lock
bar: a = 3
still in foo
2 changes: 2 additions & 0 deletions ci/expected/multilock_sequence.run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Multiple locks, s1: 1, s2: 2, s3: 3
Multiple locks, s1: 2, s2: 4, s3: 6
3 changes: 3 additions & 0 deletions ci/expected/multilock_vs_lockall.run
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77d16e2

Please sign in to comment.