commit | d5b991493816a2edba7cacdd06820cf3c0abc4dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 17:14:46 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 17:14:46 2020 +0100 |
tree | 2c12474dbb6d46beaa2547dce9c139ce22e679f7 | |
parent | 4f645c54efe33d7a11e314676e503118761f08a7 [diff] [blame] |
patch 8.2.0234: message test fails on SunOS Problem: Message test fails on SunOS. Solution: Adjust expectation for printf "%p". (Ozaki Kiichi, closes #5595)
diff --git a/src/version.c b/src/version.c index 99c6356..e1c6e31 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 234, +/**/ 233, /**/ 232,