make pretty

This commit is contained in:
Niels
2014-12-28 11:15:13 +01:00
parent 9f562caa2c
commit 822172c502
3 changed files with 21 additions and 8 deletions

View File

@@ -218,7 +218,7 @@ void test_array()
try
{
a[5] = 1;
// assert(false);
// assert(false);
}
catch (const std::exception& ex)
{