mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix a test.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32372 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c8a76ba8a2
commit
70fd2deb0c
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ int main()
|
|||
[fmt setMaximumFractionDigits: 0];
|
||||
str = [fmt stringFromNumber: num];
|
||||
|
||||
PASS_EQUAL(str, @"0-1235", "format string of length 1")
|
||||
PASS_EQUAL(str, @"-01235", "format string of length 1")
|
||||
|
||||
END_SET("NSLocale")
|
||||
|
||||
|
|
Loading…
Reference in a new issue