summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a5bd324)
raw | patch | inline | side by side (parent: a5bd324)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 31 Mar 2014 21:54:53 +0000 (23:54 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 31 Mar 2014 21:54:53 +0000 (23:54 +0200) |
t/frontend/parser_test.c | patch | blob | history |
index 71fc1dbd219b0b382b615897670af5d573d35b9f..8a2b2d50a8a5151809b99464d4f5551da44ffb0e 100644 (file)
--- a/t/frontend/parser_test.c
+++ b/t/frontend/parser_test.c
const char *query;
int len;
int expected;
- int expected_cmd;
+ sdb_conn_state_t expected_cmd;
} golden_data[] = {
/* empty commands */
{ NULL, -1, -1, 0 },