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

Unified Diff: third_party/re2/re2/testing/random_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/possible_match_test.cc ('k') | third_party/re2/re2/testing/re2_arg_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/random_test.cc
diff --git a/third_party/re2/re2/testing/random_test.cc b/third_party/re2/re2/testing/random_test.cc
index d67ae6457fe43f73e61146b70a265018499cc34f..91d2b3277e85edb80ff73279c75d536179e8aec2 100644
--- a/third_party/re2/re2/testing/random_test.cc
+++ b/third_party/re2/re2/testing/random_test.cc
@@ -25,7 +25,7 @@
const string& wrapper) {
// Limit to smaller test cases in debug mode,
// because everything is so much slower.
- if (RE2_DEBUG_MODE) {
+ if (DEBUG_MODE) {
maxatoms--;
maxops--;
maxstrlen /= 2;
« no previous file with comments | « third_party/re2/re2/testing/possible_match_test.cc ('k') | third_party/re2/re2/testing/re2_arg_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698