mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
virstringtest: Fix alignment of backslashes
We don't try to right align the backslashes anymore. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
450bf83a92
commit
474c7a2ffa
@ -1119,9 +1119,9 @@ mymain(void)
|
||||
#define TEST_FILTER_CHARS(str, filter, res) \
|
||||
do { \
|
||||
struct testFilterData filterData = { \
|
||||
.string = str, \
|
||||
.string = str, \
|
||||
.valid = filter, \
|
||||
.result = res, \
|
||||
.result = res, \
|
||||
}; \
|
||||
if (virTestRun("Filter chars from " #str, \
|
||||
testFilterChars, &filterData) < 0) \
|
||||
|
Loading…
Reference in New Issue
Block a user