From 3b1ee8e7e7e9d01190d906ae5af6d3dd7dbd9a63 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Mon, 8 Jan 2018 13:47:25 +0100 Subject: change expected format_real_length test result This change from 0 -> 4 was introduced by #697 and is thus expected --- tests/fe-common/core/test-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fe-common/core/test-formats.c b/tests/fe-common/core/test-formats.c index 9ef23fd6..b3b15886 100644 --- a/tests/fe-common/core/test-formats.c +++ b/tests/fe-common/core/test-formats.c @@ -15,7 +15,7 @@ format_real_length_test_case const format_real_length_fixtures[] = { { .description = "", .input = "%4%w ", - .result = { 0, 5, 5, -1 }, + .result = { 4, 5, 5, -1 }, }, }; -- cgit v1.2.3