From bc4519eda7bc294aa21a345f2e16193f73e326dd Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 13 Feb 2017 20:55:01 +0100 Subject: [PATCH] * spellcheck.c (test_data): Add , in between "foo" and "food". From-SVN: r245404 --- gcc/ChangeLog | 4 ++++ gcc/spellcheck.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f35205119e8..2cad642ce8b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-02-13 Jakub Jelinek + + * spellcheck.c (test_data): Add , in between "foo" and "food". + 2017-02-13 Aaron Sawdey PR target/79449 diff --git a/gcc/spellcheck.c b/gcc/spellcheck.c index 7071f660c2d..7abe85d8fe3 100644 --- a/gcc/spellcheck.c +++ b/gcc/spellcheck.c @@ -221,7 +221,7 @@ test_find_closest_string () static const char * const test_data[] = { "", - "foo" + "foo", "food", "boo", "1234567890123456789012345678901234567890123456789012345678901234567890" -- 2.30.2