lib: Array::== do not return false if the dynamic types of the arrays differ
authorJean Privat <jean@pryen.org>
Wed, 2 May 2012 02:11:31 +0000 (22:11 -0400)
committerJean Privat <jean@pryen.org>
Wed, 2 May 2012 15:44:13 +0000 (11:44 -0400)
commitce2bb6ed6d8ec532510ac9e7a51296700810bfb0
tree057d051a2d45533d5efb17f9ea963eea7c08a719
parentc87c57c5a595e1dc1ccd64e199a2c52b78230f57
lib: Array::== do not return false if the dynamic types of the arrays differ

This modification is in fact useless for the current compiler that has
wrong dynamic types but is required by the new interpreter.

Signed-off-by: Jean Privat <jean@pryen.org>
lib/standard/collection/array.nit
tests/sav/test_array_eq.sav [new file with mode: 0644]
tests/test_array_eq.nit [new file with mode: 0644]