| Index: test/unittests/compiler/instruction-sequence-unittest.h
|
| diff --git a/test/unittests/compiler/instruction-sequence-unittest.h b/test/unittests/compiler/instruction-sequence-unittest.h
|
| index 54317ede21c6107ac04977456012a33a3c98fc35..e5e5139f970295eb81b4c0c56e0383a020b153ef 100644
|
| --- a/test/unittests/compiler/instruction-sequence-unittest.h
|
| +++ b/test/unittests/compiler/instruction-sequence-unittest.h
|
| @@ -15,7 +15,7 @@ namespace compiler {
|
|
|
| class InstructionSequenceTest : public TestWithIsolateAndZone {
|
| public:
|
| - static const int kDefaultNRegs = 4;
|
| + static const int kDefaultNRegs = 8;
|
| static const int kNoValue = kMinInt;
|
|
|
| typedef RpoNumber Rpo;
|
|
|