Index: test/unittests/compiler/node-test-utils.cc |
diff --git a/test/unittests/compiler/node-test-utils.cc b/test/unittests/compiler/node-test-utils.cc |
index 54168ee70b352d231c30e86e5e8e131df2a22abc..a393dae46130174ae1667d7c4fa3bd9e28099534 100644 |
--- a/test/unittests/compiler/node-test-utils.cc |
+++ b/test/unittests/compiler/node-test-utils.cc |
@@ -2106,6 +2106,7 @@ IS_UNOP_MATCHER(Float64ExtractLowWord32) |
IS_UNOP_MATCHER(Float64ExtractHighWord32) |
IS_UNOP_MATCHER(NumberToInt32) |
IS_UNOP_MATCHER(NumberToUint32) |
+IS_UNOP_MATCHER(ObjectIsReceiver) |
IS_UNOP_MATCHER(ObjectIsSmi) |
IS_UNOP_MATCHER(Word32Clz) |
#undef IS_UNOP_MATCHER |