From: Dodji Seketeli Date: Thu, 27 Apr 2023 08:40:10 +0000 (+0200) Subject: test-ini: Fix a typo X-Git-Tag: upstream/2.3~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=926087132668f409664fa5ed509cb98af841eb72;p=platform%2Fupstream%2Flibabigail.git test-ini: Fix a typo * tests/test-ini.cc (in_out_specs): Fix a typo near the last record of the array. Signed-off-by: Dodji Seketeli --- diff --git a/tests/test-ini.cc b/tests/test-ini.cc index 9676acf2..7b51a499 100644 --- a/tests/test-ini.cc +++ b/tests/test-ini.cc @@ -47,7 +47,7 @@ InOutSpec in_out_specs[] = "data/test-ini/test01-equal-in-property-string.abignore.expected", "output/test-ini/test01-equal-in-property-string.abignore", "" - } + }, { "data/test-ini/test02-buggy-property-value.abignore", "data/test-ini/test02-buggy-property-value.abignore.expected",