mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix test
This commit is contained in:
parent
14c2548828
commit
dca1a0d1da
1 changed files with 1 additions and 0 deletions
|
@ -1316,6 +1316,7 @@ fn ordered_tag_union_memory_layout() {
|
||||||
|
|
||||||
x : Node
|
x : Node
|
||||||
x = Height 1 { line: 2, column: 3 }
|
x = Height 1 { line: 2, column: 3 }
|
||||||
|
x
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
r#"Height 1 { column: 3, line: 2 } : Node"#,
|
r#"Height 1 { column: 3, line: 2 } : Node"#,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue