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

Unified Diff: third_party/re2/re2/testing/tester.h

Issue 1516543002: Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated update instructions 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/string_generator.cc ('k') | third_party/re2/re2/testing/tester.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2/testing/tester.h
diff --git a/third_party/re2/re2/testing/tester.h b/third_party/re2/re2/testing/tester.h
index 6e16e7757f13c2e888e4f82b09fd865e83148527..d1e1b22a651ccb04486acba6b9b5d367bd3f4498 100644
--- a/third_party/re2/re2/testing/tester.h
+++ b/third_party/re2/re2/testing/tester.h
@@ -84,7 +84,7 @@ class TestInstance {
PCRE* re_; // PCRE implementation
RE2* re2_; // RE2 implementation
- DISALLOW_EVIL_CONSTRUCTORS(TestInstance);
+ DISALLOW_COPY_AND_ASSIGN(TestInstance);
};
// A group of TestInstances for all possible configurations.
@@ -110,7 +110,7 @@ class Tester {
bool error_;
vector<TestInstance*> v_;
- DISALLOW_EVIL_CONSTRUCTORS(Tester);
+ DISALLOW_COPY_AND_ASSIGN(Tester);
};
// Run all possible tests using regexp and text.
« no previous file with comments | « third_party/re2/re2/testing/string_generator.cc ('k') | third_party/re2/re2/testing/tester.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698