From: Jean Privat Date: Fri, 7 Dec 2012 20:51:43 +0000 (-0500) Subject: tests: fix test_attr_easy.res for the new model. X-Git-Tag: v0.6~194^2 X-Git-Url: http://nitlanguage.org tests: fix test_attr_easy.res for the new model. Commit d2992803b added a space in the representation of generic types, thus changed an error message. Signed-off-by: Jean Privat --- diff --git a/tests/sav/test_attr_easy.res b/tests/sav/test_attr_easy.res index 2d05f39..83e00be 100644 --- a/tests/sav/test_attr_easy.res +++ b/tests/sav/test_attr_easy.res @@ -4,7 +4,7 @@ test_attr_easy.nit:19,31--39: Warning: Expression is already a Int. test_attr_easy.nit:19,43--53: Warning: Expression is already a Float. test_attr_easy.nit:20,5--16: Warning: Expression is already a String. test_attr_easy.nit:20,20--26: Warning: Expression is already a B. -test_attr_easy.nit:20,44--62: Warning: Expression is already a HashMap[Int,B]. +test_attr_easy.nit:20,44--62: Warning: Expression is already a HashMap[Int, B]. true false 12345 1.234499 asdf true an instance of B true true true true