currently what we have

This commit is contained in:
VoR0220
2016-05-09 11:41:02 -05:00
parent 93295ae8f8
commit 4d283b2b30
2 changed files with 9 additions and 5 deletions
@@ -3434,7 +3434,7 @@ BOOST_AUTO_TEST_CASE(inline_array_fixed_rationals)
char const* text = R"(
contract test {
function f() {
ufixed8x16[3] memory a = [3.5, 4.1234, 2.5];
ufixed8x16[4] memory a = [3.5, 4.1234, 2.5, 4.0];
}
}
)";