forked from starnakin/IronGOLEM
core: all int is now num
This commit is contained in:
@ -22,7 +22,7 @@ test_str(value, reach_value, description)
|
||||
wrt '\n';
|
||||
}
|
||||
|
||||
test_int(value, reach_value, description)
|
||||
test_num(value, reach_value, description)
|
||||
{
|
||||
putstr(name);
|
||||
if (value != reach_value)
|
||||
|
Reference in New Issue
Block a user