X-Git-Url: http://nitlanguage.org diff --git a/tests/test_seq.nit b/tests/test_seq.nit index ff77897..40cfa68 100644 --- a/tests/test_seq.nit +++ b/tests/test_seq.nit @@ -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])