forked from M-Labs/nac3
update tests
This commit is contained in:
parent
aa79c8d8b7
commit
5cd4fe6507
|
@ -302,7 +302,7 @@ fn test_unify(
|
|||
("v1", "Record[a=float,b=int]"),
|
||||
("v2", "Foo[v3]"),
|
||||
],
|
||||
(("v1", "v2"), "`3[1]::b` field/method does not exist")
|
||||
(("v1", "v2"), "`3[var4]::b` field/method does not exist")
|
||||
; "record obj merge"
|
||||
)]
|
||||
/// Test cases for invalid unifications.
|
||||
|
|
Loading…
Reference in New Issue