Merge: Functional api
[nit.git] / tests / test_deserialization.nit
index 527821b..c0f1045 100644 (file)
@@ -79,7 +79,7 @@ class F[N: Numeric]
 
        var n: N
 
-       redef fun to_s do return "<E: {n}>"
+       redef fun to_s do return "<F: {n}>"
 end
 
 # Other collections