Skip to content

Commit adb436a

Browse files
committed
update test-suite
1 parent 1023dda commit adb436a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-suite/bugs/bug_5198.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Definition SRepAdd : forall (_ _ : SRep), SRep
2929
:= let v := (fun x y => barrett_reduce_function_bundled (CarryAdd x y)) in
3030
v.
3131
Definition SRepAdd' : forall (_ _ : SRep), SRep
32-
:= (fun x y => barrett_reduce_function_bundled (CarryAdd x y)).
32+
:= (fun x y => barrett_reduce_function_bundled (@CarryAdd (f (S O) O) _ x y)).
3333
(* Error:
3434
In environment
3535
x : SRep

0 commit comments

Comments
 (0)