Bugfix test gen

This commit is contained in:
Ayaz Hafiz 2022-04-24 13:01:35 -04:00
parent 8b291854d3
commit e543dd4fe6
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -1939,7 +1939,7 @@ fn alias_of_alias_with_type_arguments() {
r#"
app "test" provides [ main ] to "./platform"
Effect a := {} -> a
Effect a := a
Task a err : Effect (Result a err)