Skip to content

Commit 426e5d4

Browse files
committed
bless result
1 parent 3ca921e commit 426e5d4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

crates/formality-prove/src/test/eq_partial_eq.rs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,18 @@ fn eq_implies_partial_eq() {
2727
let goal: Wc = term("for<ty T> if {Eq(T)} PartialEq(T)");
2828
let constraints = prove(program(), (), assumptions, goal);
2929
expect![[r#"
30-
{}
30+
{
31+
(
32+
Env {
33+
variables: [],
34+
},
35+
Constraints {
36+
result: (),
37+
known_true: true,
38+
substitution: {},
39+
},
40+
),
41+
}
3142
"#]]
3243
.assert_debug_eq(&constraints);
3344
}

0 commit comments

Comments
 (0)