tests: extends test_seq and bench_seq with CircularArray
[nit.git] / tests / bench_seq.nit
index 560a8a2..8e83868 100644 (file)
@@ -39,3 +39,4 @@ if args.not_empty then nb = args.first.to_i
 test_list(new Array[Int], nb)
 test_list(new List[Int], nb)
 test_list(new UnrolledList[Int], nb)
+test_list(new CircularArray[Int], nb)