K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-08-04T02:18:24.489011Z K 7 svn:log V 239 gtest: link against libregex for GNU extensions gtest tests want to use \w ([[:alnum:]]) at the very least, which was causing them to fail after r363679. Start linking against libregex so that this shorthand is implemented. PR: 248452 END