| Index: test/cctest/compiler/test-representation-change.cc
|
| diff --git a/test/cctest/compiler/test-representation-change.cc b/test/cctest/compiler/test-representation-change.cc
|
| index 216f9fd847e3e54840038f42fb114e403cf70686..913808f8bcc4ee1e91a316f7362fac07e75e87d5 100644
|
| --- a/test/cctest/compiler/test-representation-change.cc
|
| +++ b/test/cctest/compiler/test-representation-change.cc
|
| @@ -71,7 +71,7 @@ class RepresentationChangerTester : public HandleAndZoneScope,
|
| void CheckHeapConstant(Node* n, HeapObject* expected) {
|
| HeapObjectMatcher m(n);
|
| CHECK(m.HasValue());
|
| - CHECK_EQ(expected, *m.Value().handle());
|
| + CHECK_EQ(expected, *m.Value());
|
| }
|
|
|
| void CheckNumberConstant(Node* n, double expected) {
|
|
|