1 diff --git a/third_party/re2/re2/unicode.py b/third_party/re2/re2/unicode.py
4 diff --git a/third_party/re2/testinstall.cc b/third_party/re2/testinstall.cc
5 deleted file mode 100644
7 --- a/third_party/re2/testinstall.cc
11 -#include <re2/filtered_re2.h>
19 - f.Add("a.*b.*c", RE2::DefaultOptions, &id);
23 - if(RE2::FullMatch("axbyc", "a.*b.*c")) {