Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/re2/re2/testing/exhaustive3_test.cc

Issue 1530113002: Revert of Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/re2/re2/testing/exhaustive2_test.cc ('k') | third_party/re2/re2/testing/exhaustive_tester.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2/testing/exhaustive3_test.cc
diff --git a/third_party/re2/re2/testing/exhaustive3_test.cc b/third_party/re2/re2/testing/exhaustive3_test.cc
index 6e46bb4e58c0eed88e52c7675939307f5f5d9c9d..5613fcbe8dbc7d25febdfa59f0f5180acfe84927 100644
--- a/third_party/re2/re2/testing/exhaustive3_test.cc
+++ b/third_party/re2/re2/testing/exhaustive3_test.cc
@@ -84,7 +84,7 @@
"[[:upper:]] [[:xdigit:]] [\\s\\S] [\\d\\D] [^\\w\\W] [^\\d\\D]");
vector<string> ops; // no ops
vector<string> alpha = InterestingUTF8();
- for (size_t i = 0; i < alpha.size(); i++)
+ for (int i = 0; i < alpha.size(); i++)
alpha[i] = "a" + alpha[i] + "b";
ExhaustiveTest(1, 0, atoms, ops,
1, alpha, "a%sb", "");
« no previous file with comments | « third_party/re2/re2/testing/exhaustive2_test.cc ('k') | third_party/re2/re2/testing/exhaustive_tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698