style fix

This commit is contained in:
LianaHus
2015-09-15 12:10:23 +02:00
parent dbb36a7a7b
commit 152bc642a6
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4195,7 +4195,7 @@ BOOST_AUTO_TEST_CASE(evm_exceptions_in_constructor_out_of_baund)
++test;
}
}
)";
)";
BOOST_CHECK(compileAndRunWithoutCheck(sourceCode, 0, "A").empty());
}