Fix typo 'fourty' in tests

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@208870 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alp Toker 2014-05-15 11:33:29 +00:00
parent ec34c48976
commit 08f8ac6951
20 changed files with 87 additions and 87 deletions

View File

@ -39,7 +39,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -67,7 +67,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -31,7 +31,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -51,7 +51,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -35,7 +35,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -54,7 +54,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -73,7 +73,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -101,7 +101,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -121,7 +121,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -141,7 +141,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -32,7 +32,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -57,7 +57,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -32,7 +32,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -57,7 +57,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -31,7 +31,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -54,7 +54,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -31,7 +31,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -54,7 +54,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -32,7 +32,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -57,7 +57,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -66,7 +66,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -82,7 +82,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -165,7 +165,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -181,7 +181,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -247,7 +247,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -263,7 +263,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -346,7 +346,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -362,7 +362,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -428,7 +428,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -444,7 +444,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -527,7 +527,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -543,7 +543,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");

View File

@ -66,7 +66,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -82,7 +82,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -165,7 +165,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -181,7 +181,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -247,7 +247,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -263,7 +263,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -346,7 +346,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -362,7 +362,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -428,7 +428,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -444,7 +444,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");
@ -527,7 +527,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -543,7 +543,7 @@ int main()
assert(c1.at(10) == "ten");
assert(c1.at(20) == "twenty");
assert(c1.at(30) == "thirty");
assert(c1.at(40) == "fourty");
assert(c1.at(40) == "forty");
assert(c1.at(50) == "fifty");
assert(c1.at(60) == "sixty");
assert(c1.at(70) == "seventy");

View File

@ -37,7 +37,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -31,7 +31,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fiftyA"),
P(50, "fiftyB"),
@ -54,7 +54,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fiftyA"),
P(50, "fiftyB"),

View File

@ -36,7 +36,7 @@ int main()
P(20, "twenty"),
P(20, "twenty 2"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fifty 2"),
P(50, "fifty 3"),
@ -58,7 +58,7 @@ int main()
P(20, "twenty"),
P(20, "twenty 2"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fifty 2"),
P(50, "fifty 3"),
@ -80,7 +80,7 @@ int main()
P(20, "twenty"),
P(20, "twenty 2"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fifty 2"),
P(50, "fifty 3"),
@ -111,7 +111,7 @@ int main()
P(20, "twenty"),
P(20, "twenty 2"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fifty 2"),
P(50, "fifty 3"),
@ -134,7 +134,7 @@ int main()
P(20, "twenty"),
P(20, "twenty 2"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fifty 2"),
P(50, "fifty 3"),
@ -157,7 +157,7 @@ int main()
P(20, "twenty"),
P(20, "twenty 2"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fifty 2"),
P(50, "fifty 3"),

View File

@ -32,7 +32,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fiftyA"),
P(50, "fiftyB"),
@ -68,7 +68,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fiftyA"),
P(50, "fiftyB"),

View File

@ -32,7 +32,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fiftyA"),
P(50, "fiftyB"),
@ -68,7 +68,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(50, "fiftyA"),
P(50, "fiftyB"),

View File

@ -31,7 +31,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -54,7 +54,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -31,7 +31,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -54,7 +54,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -32,7 +32,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -57,7 +57,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),

View File

@ -67,7 +67,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -83,7 +83,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -168,7 +168,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -184,7 +184,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -252,7 +252,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -268,7 +268,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -353,7 +353,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -369,7 +369,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -437,7 +437,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -453,7 +453,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -538,7 +538,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -554,7 +554,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");

View File

@ -66,7 +66,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -82,7 +82,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -167,7 +167,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -183,7 +183,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -251,7 +251,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -267,7 +267,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -352,7 +352,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -368,7 +368,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -436,7 +436,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -452,7 +452,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");
@ -537,7 +537,7 @@ int main()
P(10, "ten"),
P(20, "twenty"),
P(30, "thirty"),
P(40, "fourty"),
P(40, "forty"),
P(50, "fifty"),
P(60, "sixty"),
P(70, "seventy"),
@ -553,7 +553,7 @@ int main()
assert(c1.find(10)->second == "ten");
assert(c1.find(20)->second == "twenty");
assert(c1.find(30)->second == "thirty");
assert(c1.find(40)->second == "fourty");
assert(c1.find(40)->second == "forty");
assert(c1.find(50)->second == "fifty");
assert(c1.find(60)->second == "sixty");
assert(c1.find(70)->second == "seventy");