diff --git a/Foundation/testsuite/src/FIFOBufferStreamTest.cpp b/Foundation/testsuite/src/FIFOBufferStreamTest.cpp index b5c0d4c6e..b62b13c4e 100644 --- a/Foundation/testsuite/src/FIFOBufferStreamTest.cpp +++ b/Foundation/testsuite/src/FIFOBufferStreamTest.cpp @@ -168,9 +168,9 @@ void FIFOBufferStreamTest::testNotify() assert (1 == _notToReadable); assert (1 == _writableToNot); assert (1 == _notToWritable); - - iostr.clear(); - assert (iostr.good()); + + iostr.clear(); + assert (iostr.good()); iostr << "This is a test " << 42 << std::ends << std::flush; assert (iostr.rdbuf()->fifoBuffer().isFull());