Skip to content

Commit d175338

Browse files
authored
Merge pull request #503 from FStarLang/_nik_snap
update expected output
2 parents deefdc4 + 0891ffa commit d175338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/bug-reports/ExistsErasedAndPureEqualities.fst.output.expected

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- Current context:
44
ExistsErasedAndPureEqualities.some_pred x v
55
- In typing environment:
6-
__#547 : Prims.squash (_v_4 == v),
7-
_v_4#546 : FStar.Ghost.erased Prims.int,
8-
__#412 : Prims.squash (v == v),
6+
__#539 : Prims.squash (_v_4 == v),
7+
_v_4#538 : FStar.Ghost.erased Prims.int,
8+
__#408 : Prims.squash (v == v),
99
v#269 : FStar.Ghost.erased Prims.int,
1010
x#263 : Pulse.Lib.Reference.ref Prims.int
1111

0 commit comments

Comments
 (0)