| Index: test/cctest/compiler/value-helper.h
|
| diff --git a/test/cctest/compiler/value-helper.h b/test/cctest/compiler/value-helper.h
|
| index 7817211c57c6fba2dc57d2a6924c275cb2da389a..7d26dbaf0c15e16e12a6a637bd58bd6162971d84 100644
|
| --- a/test/cctest/compiler/value-helper.h
|
| +++ b/test/cctest/compiler/value-helper.h
|
| @@ -274,7 +274,7 @@ class ValueHelper {
|
| 0x00003fffffffffff, 0x00001fffffffffff, 0x00000fffffffffff,
|
| 0x000007ffffffffff, 0x000003ffffffffff, 0x000001ffffffffff,
|
| 0x8000008000000000, 0x8000008000000001, 0x8000000000000400,
|
| - 0x8000000000000401};
|
| + 0x8000000000000401, 0x0000000000000020};
|
| return std::vector<uint64_t>(&kValues[0], &kValues[arraysize(kValues)]);
|
| }
|
|
|
|
|