[STLPORT]

Fix misplaced #endif
Brought to you by aggro from cppcheck team

svn path=/trunk/; revision=54716
This commit is contained in:
Pierre Schweitzer 2011-12-20 20:52:09 +00:00
parent ed0656f56f
commit 3c8d98ab5a

View file

@ -43,7 +43,7 @@ void StrstreamTest::input()
is >> rval; is >> rval;
CPPUNIT_ASSERT( rval == -652208307 ); CPPUNIT_ASSERT( rval == -652208307 );
} }
}
# endif # endif
}
#endif #endif