mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Remove solve test
This commit is contained in:
parent
258727a1e4
commit
0004e77940
1 changed files with 0 additions and 22 deletions
|
@ -7357,26 +7357,4 @@ mod solve_expr {
|
|||
"List (A U8)",
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn issue_3560_nested_tag_union() {
|
||||
infer_queries!(
|
||||
indoc!(
|
||||
r#"
|
||||
app "test"
|
||||
imports [Encode.{ toEncoder }, Json]
|
||||
provides [main] to "./platform"
|
||||
|
||||
main =
|
||||
when Wrapper (Payload "err") is
|
||||
# ^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Wrapper (Payload str) -> str
|
||||
Wrapper (AlternatePayload str) -> str
|
||||
"#
|
||||
),
|
||||
@r###"
|
||||
Wrapper (Payload "err") : [Wrapper [AlternatePayload Str, Payload Str]]
|
||||
"###
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue