test(tests/playground/rbmap.ml): take the same input as Lean version
This commit is contained in:
parent
0f9c52367d
commit
c4740b7295
1 changed files with 1 additions and 1 deletions
|
|
@ -67,4 +67,4 @@ let v = fold (fun k v r -> if v then r + 1 else r) m 0 in
|
|||
Printf.printf "%8d\n" v;
|
||||
v;;
|
||||
|
||||
main 4000000;;
|
||||
main (int_of_string Sys.argv.(1));;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue