mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
more run testa
This commit is contained in:
parent
55cb2a70f8
commit
3a24fd8bd1
3 changed files with 10 additions and 0 deletions
5
ci/expected/lockall_destcruct.run
Normal file
5
ci/expected/lockall_destcruct.run
Normal file
|
@ -0,0 +1,5 @@
|
|||
foo: a = 1, b = 2
|
||||
baz
|
||||
still in foo::lock
|
||||
bar: a = 3
|
||||
still in foo
|
2
ci/expected/multilock_sequence.run
Normal file
2
ci/expected/multilock_sequence.run
Normal file
|
@ -0,0 +1,2 @@
|
|||
Multiple locks, s1: 1, s2: 2, s3: 3
|
||||
Multiple locks, s1: 2, s2: 4, s3: 6
|
3
ci/expected/multilock_vs_lockall.run
Normal file
3
ci/expected/multilock_vs_lockall.run
Normal 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
|
Loading…
Reference in a new issue