Skip to content

Commit 5d23892

Browse files
committed
Fixed meson dist
Fix tools splitter test
1 parent 8660494 commit 5d23892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-splitter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TestData td0 = {
2929
};
3030
TestData td1 = {
3131
".d\nSELECT * from table;\n.cmd \"arg\narg more\"",
32-
{".d", "SELECT * from table;", ".cmd \"arg\narg more\"", NULL}
32+
{".d", "SELECT * from table;\n", ".cmd \"arg\narg more\"", NULL}
3333
};
3434
TestData td2 = {
3535
".cmde and arg",

0 commit comments

Comments
 (0)