lib/standard: Remove lshift and rshift from Int and Byte
[nit.git] / tests / bench_netsim.nit
index 0e13e59..6531814 100644 (file)
@@ -272,6 +272,6 @@ if not args.is_empty then
        nb = args.first.to_i
 end
 
-s.run_for(1.lshift(nb))
+s.run_for(1 << nb)
 print(c1.count)