| Index: test/cctest/test-regexp.cc
|
| ===================================================================
|
| --- test/cctest/test-regexp.cc (revision 9549)
|
| +++ test/cctest/test-regexp.cc (working copy)
|
| @@ -530,7 +530,7 @@
|
| typedef int Key;
|
| typedef int Value;
|
| static const int kNoKey;
|
| - static const int kNoValue;
|
| + static int NoValue() { return 0; }
|
| static inline int Compare(int a, int b) {
|
| if (a < b)
|
| return -1;
|
| @@ -543,7 +543,6 @@
|
|
|
|
|
| const int TestConfig::kNoKey = 0;
|
| -const int TestConfig::kNoValue = 0;
|
|
|
|
|
| static unsigned PseudoRandom(int i, int j) {
|
|
|