Makefile: `all` generate manpages as `pandoc` is no more required
[nit.git] / tests / bench_send.nit
index d3c1b7c..0937117 100644 (file)
@@ -104,7 +104,7 @@ var i = 0
 var n = 10
 if args.not_empty then n = args.first.to_i
 
-while i < 1.lshift(n) do
+while i < 1 << n do
        a.hop(b, c, d)
        i = i + 1
 end