Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/Test.v
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ Section Elts.
induction l as [|y l].
simpl; intros; split; [destruct 1 | apply gt_irrefl].
simpl. intro x; destruct (eqA_dec y x) as [Heq|Hneq].
rewrite Heq; intuition.
rewrite Heq; intuition auto with arith.
pose (IHl x). intuition.
Qed.

Expand Down
2 changes: 1 addition & 1 deletion tests/graph.dpd.oracle
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ E: 125 179 [weight=1, ];
E: 125 181 [weight=3, ];
E: 125 182 [weight=11, ];
E: 125 183 [weight=14, ];
E: 126 127 [weight=29, ];
E: 126 127 [weight=33, ];
E: 126 170 [weight=27, ];
E: 126 179 [weight=1, ];
E: 126 181 [weight=2, ];
Expand Down