mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Flip refcount test symbols
This commit is contained in:
parent
d3b848fa46
commit
c7d439136b
1 changed files with 1 additions and 1 deletions
|
@ -301,8 +301,8 @@ fn refcount_different_rosetrees_inc() {
|
|||
(Pointer, Pointer),
|
||||
&[
|
||||
Live(2), // s
|
||||
Live(3), // i1
|
||||
Live(2), // s1
|
||||
Live(3), // i1
|
||||
Live(1), // [i1, i1]
|
||||
Live(1), // i2
|
||||
Live(1), // [s1, s1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue