Renamed Print::write() into print()

This commit is contained in:
Benoît Blanchon
2014-07-03 13:38:58 +02:00
parent 81c7b9f700
commit 5b1c2047a4
5 changed files with 19 additions and 19 deletions

View File

@ -64,7 +64,7 @@ namespace JsonGeneratorTests
void write(const char* value)
{
returnValue = sb->write(value);
returnValue = sb->print(value);
}
void assertResultIs(const char* expected)