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. |