Rename REAMDE to README.md
[nit.git] / tests / base_char_operators.nit
index bbae613..95c65f3 100644 (file)
@@ -14,8 +14,8 @@
 
 import kernel
 
-('a'+1).output
-('a'-1).output
+('a'.successor(1)).output
+('a'.predecessor(1)).output
 ('a'<'b').output
 ('a'>'b').output
 ('a'<='b').output