Skip to content
Snippets Groups Projects
Commit 1c8bd167 authored by Michael Sammler's avatar Michael Sammler
Browse files

Fix tests for coq#17648

parent 47756278
No related branches found
No related tags found
1 merge request!479Fix tests for coq#17648
Pipeline #83346 passed
......@@ -6,11 +6,6 @@ The command has indeed failed with message:
The term "BV 10 5" has type "bv 10" while it is expected to have type "bv 2".
BV 2 3 = BV 10 5
: Prop
The command has indeed failed with message:
Unable to satisfy the following constraints:
?bv_is_wf : "BvWf 2 4"
"bvn_to_bv_test"
: string
1 goal
......
......@@ -5,7 +5,6 @@ Check "notation_test".
Check (BV 10 3 = BV 10 5).
Fail Check (BV 2 3 = BV 10 5).
Check (BV 2 3 =@{bvn} BV 10 5).
Fail Goal (BV 2 4 = BV 2 3).
Check "bvn_to_bv_test".
Goal bvn_to_bv 2 (BV 2 3) = Some (BV 2 3). Proof. simpl. Show. done. Abort.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment