Index: test/unittests/compiler/register-allocator-unittest.cc |
diff --git a/test/unittests/compiler/register-allocator-unittest.cc b/test/unittests/compiler/register-allocator-unittest.cc |
index 0533ee74069af3c783ee66e81f6d7b893381b30a..ed3558dc609606daaf366e83e02cbb704147a6ec 100644 |
--- a/test/unittests/compiler/register-allocator-unittest.cc |
+++ b/test/unittests/compiler/register-allocator-unittest.cc |
@@ -321,11 +321,11 @@ |
EndBlock(Branch(Imm(), 1, 2)); |
StartBlock(); |
- auto left = Define(Reg(GetAllocatableCode(0))); |
- EndBlock(Jump(2)); |
- |
- StartBlock(); |
- auto right = Define(Reg(GetAllocatableCode(0))); |
+ auto left = Define(Reg(0)); |
+ EndBlock(Jump(2)); |
+ |
+ StartBlock(); |
+ auto right = Define(Reg(0)); |
EndBlock(); |
StartBlock(); |