* spellcheck.c (test_data): Add , in between "foo" and "food".
authorJakub Jelinek <jakub@redhat.com>
Mon, 13 Feb 2017 19:55:01 +0000 (20:55 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 13 Feb 2017 19:55:01 +0000 (20:55 +0100)
From-SVN: r245404

gcc/ChangeLog
gcc/spellcheck.c

index f35205119e806617a328c40b7fb4be5e6d3b91b3..2cad642ce8bf913b518c17ab386c308fbc45b994 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR target/79449
index 7071f660c2df09b7b3ed292a52a6ac9bd9e9c8d4..7abe85d8fe3f28c95d271673c70474edc7b4cb99 100644 (file)
@@ -221,7 +221,7 @@ test_find_closest_string ()
 
 static const char * const test_data[] = {
   "",
-  "foo"
+  "foo",
   "food",
   "boo",
   "1234567890123456789012345678901234567890123456789012345678901234567890"