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