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 7aa0e38e7e8321f1d108ca89a3d9be08cc26bac7..216f9fd847e3e54840038f42fb114e403cf70686 100644 |
--- a/test/cctest/compiler/test-representation-change.cc |
+++ b/test/cctest/compiler/test-representation-change.cc |
@@ -69,7 +69,7 @@ class RepresentationChangerTester : public HandleAndZoneScope, |
} |
void CheckHeapConstant(Node* n, HeapObject* expected) { |
- HeapObjectMatcher<HeapObject> m(n); |
+ HeapObjectMatcher m(n); |
CHECK(m.HasValue()); |
CHECK_EQ(expected, *m.Value().handle()); |
} |