Skip to content

Commit

Permalink
fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
bfops committed Jan 7, 2016
1 parent 763bb33 commit 90ae89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_test/re_match.ml
Expand Up @@ -50,7 +50,7 @@ let check_phone cnt must_print line =
with Not_found -> ()

let n = if Array.length Sys.argv > 1 then int_of_string Sys.argv.(1) else 1;;
for _ = 2 to n do
for _i = 2 to n do
List.iter (check_phone (ref 1) false) phones
done;
List.iter (check_phone (ref 1) true) phones

0 comments on commit 90ae89e

Please sign in to comment.