diff options
Diffstat (limited to 'cpp/test/Freeze/complex/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/complex/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Freeze/complex/Client.cpp b/cpp/test/Freeze/complex/Client.cpp index 2f12360b364..052ebc9d982 100644 --- a/cpp/test/Freeze/complex/Client.cpp +++ b/cpp/test/Freeze/complex/Client.cpp @@ -27,7 +27,7 @@ using namespace Freeze; static int validate(const Complex::ComplexDict& m) { - cout << "testing database expressions... "; + cout << "testing database expressions... " << flush; Complex::ComplexDict::const_iterator p; Parser myParser; for(p = m.begin(); p != m.end(); ++p) @@ -67,7 +67,7 @@ static const size_t nexpressions = sizeof(expressions)/sizeof(expressions[0]); static int populate(Complex::ComplexDict& m) { - cout << "populating the database... "; + cout << "populating the database... " << flush; Parser myParser; for(size_t i = 0 ; i < nexpressions; ++i) { |