Fix the failing test

This commit is contained in:
Gaith Hallak 2022-05-23 23:07:54 +04:00
parent ccfa22972e
commit 166ce26a15

View File

@ -791,7 +791,7 @@ failing_contracts() ->
"when checking the type of the expression `\"y\" : string` " "when checking the type of the expression `\"y\" : string` "
"against the expected type `bool`">> "against the expected type `bool`">>
]) ])
, ?TYPE_ERROR(empty_record_declaration, , ?TYPE_ERROR(empty_record_definition,
[<<?Pos(2,5) [<<?Pos(2,5)
"Empty record definitions are not allowed. Cannot define the record `r`">> "Empty record definitions are not allowed. Cannot define the record `r`">>
]) ])