Commit bc4519ed by Jakub Jelinek Committed by Jakub Jelinek

* spellcheck.c (test_data): Add , in between "foo" and "food".

From-SVN: r245404
parent b84702c0
2017-02-13 Jakub Jelinek <jakub@redhat.com>
* spellcheck.c (test_data): Add , in between "foo" and "food".
2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com> 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
PR target/79449 PR target/79449
......
...@@ -221,7 +221,7 @@ test_find_closest_string () ...@@ -221,7 +221,7 @@ test_find_closest_string ()
static const char * const test_data[] = { static const char * const test_data[] = {
"", "",
"foo" "foo",
"food", "food",
"boo", "boo",
"1234567890123456789012345678901234567890123456789012345678901234567890" "1234567890123456789012345678901234567890123456789012345678901234567890"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment