diff --git a/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp b/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp index 195570ccfb3..a954db344c6 100644 --- a/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp +++ b/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp @@ -43,7 +43,7 @@ void StrstreamTest::input() is >> rval; CPPUNIT_ASSERT( rval == -652208307 ); } -} # endif +} #endif