This commit is contained in:
Peter Dimov
2019-12-28 05:24:27 +02:00
parent c015f4d8c0
commit b16c39fad1
2 changed files with 4 additions and 4 deletions

View File

@ -6,6 +6,6 @@
int main()
{
int x = 5;
BOOST_ASSERT( x > 4 );
int x = 5;
BOOST_ASSERT( x > 4 );
}

View File

@ -6,6 +6,6 @@
int main()
{
int x = 5;
BOOST_ASSERT( x > 4 );
int x = 5;
BOOST_ASSERT( x > 4 );
}