fixed a format specifier bug for a string in moo_fmt_object_()
This commit is contained in:
@ -155,8 +155,6 @@ class MyObject(Object)
|
||||
tb := tc at: idx.
|
||||
System log(System.Log.INFO, idx asString, (if (tb value) { ' PASS' } else { ' FAIL' }), S'\n').
|
||||
].
|
||||
|
||||
'AAAAAAAAAAAAAAAAAAAAAaa' dump.
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user