tests: extends test_seq and bench_seq with CircularArray
[nit.git] / tests / test_seq.nit
index ff77897..40cfa68 100644 (file)
@@ -29,3 +29,4 @@ test_seq(new List[Int], new List[Int])
 test_seq(new Array[Int], new Array[Int])
 test_seq(new List[Int], new Array[Int])
 test_seq(new Array[Int], new List[Int])
+test_seq(new Array[Int], new CircularArray[Int])