fixed a format specifier bug for a string in moo_fmt_object_()

This commit is contained in:
hyunghwan.chung
2019-06-21 11:49:25 +00:00
parent 2cbfdfd6dd
commit a8c18f525b
2 changed files with 1 additions and 3 deletions

View File

@ -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.
}
}