Fix features.
This commit is contained in:
@@ -39,7 +39,7 @@ fn test_for_string() -> Result<(), Box<EvalAltResult>> {
|
||||
let sum = 0;
|
||||
|
||||
for ch in s {
|
||||
sum += ch.to_int();
|
||||
sum += to_int(ch);
|
||||
}
|
||||
|
||||
sum
|
||||
|
Reference in New Issue
Block a user