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 c5ff90f301ec2ecc6165c57d997412b0a2adbe14..71a726f1677450d5d2a1bd6c3a6ef4797ece2337 100644 |
--- a/test/unittests/compiler/register-allocator-unittest.cc |
+++ b/test/unittests/compiler/register-allocator-unittest.cc |
@@ -678,8 +678,7 @@ TEST_F(RegisterAllocatorTest, MultipleDeferredBlockSpills) { |
Allocate(); |
// TODO(mtrofin): at the moment, the linear allocator spills var1 and var2, |
- // so only var3 is spilled in deferred blocks. Greedy avoids spilling 1&2. |
- // Expand the test once greedy is back online with this facility. |
+ // so only var3 is spilled in deferred blocks. |
const int var3_reg = 2; |
const int var3_slot = 2; |