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

Unified Diff: third_party/re2/re2/testing/exhaustive_tester.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/exhaustive_tester.h ('k') | third_party/re2/re2/testing/filtered_re2_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2/testing/exhaustive_tester.cc
diff --git a/third_party/re2/re2/testing/exhaustive_tester.cc b/third_party/re2/re2/testing/exhaustive_tester.cc
index 0e90f33aa0e3719694e253506df341b0895520a8..54de85748e7b9b484ae48dc53600465deb7d4bcb 100644
--- a/third_party/re2/re2/testing/exhaustive_tester.cc
+++ b/third_party/re2/re2/testing/exhaustive_tester.cc
@@ -148,7 +148,7 @@
int maxstrlen, const vector<string>& stralphabet,
const string& wrapper,
const string& topwrapper) {
- if (RE2_DEBUG_MODE && FLAGS_quick_debug_mode) {
+ if (DEBUG_MODE && FLAGS_quick_debug_mode) {
if (maxatoms > 1)
maxatoms--;
if (maxops > 1)
« no previous file with comments | « third_party/re2/re2/testing/exhaustive_tester.h ('k') | third_party/re2/re2/testing/filtered_re2_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698