[F] Fix core dump

This commit is contained in:
seleznevae
2019-04-27 16:21:24 +03:00
parent 9778f44f0f
commit 28df52988a
4 changed files with 6 additions and 15 deletions

View File

@@ -240,7 +240,7 @@ void test_cpp_table_write(void)
/* Replace old values */
table[1][1] = "234";
const char *row_11[3] = {"3.140000", "3"};
const char *row_11[2] = {"3.140000", "3"};
assert_true(table.range_write_ln(std::begin(row_11), std::end(row_11)));