core: all int is now num
This commit is contained in:
@ -2,6 +2,6 @@ main()
|
||||
{
|
||||
name = "strlen";
|
||||
|
||||
test_int(strlen("bozoman du 36"), 13, "");
|
||||
test_int(strlen(""), 0, "Empty string");
|
||||
test_num(strlen("bozoman du 36"), 13, "");
|
||||
test_num(strlen(""), 0, "Empty string");
|
||||
}
|
||||
|
Reference in New Issue
Block a user