| Index: third_party/re2/testinstall.cc
|
| diff --git a/third_party/re2/testinstall.cc b/third_party/re2/testinstall.cc
|
| index 17edfb40e65dfa57ba863cc2c934528b2cab0836..97990c2c0f529916b7faa927b619705fed20f975 100644
|
| --- a/third_party/re2/testinstall.cc
|
| +++ b/third_party/re2/testinstall.cc
|
| @@ -14,6 +14,8 @@ int main(void) {
|
| f.Add("a.*b.*c", RE2::DefaultOptions, &id);
|
| vector<string> v;
|
| f.Compile(&v);
|
| + vector<int> ids;
|
| + f.FirstMatch("abbccc", ids);
|
|
|
| if(RE2::FullMatch("axbyc", "a.*b.*c")) {
|
| printf("PASS\n");
|
|
|