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 3f83efa9d52dd6f3d22b56dd694bac889b5eee97..7addcab0fd142846dc9a2e2c469b855f789cfde9 100644 |
--- a/test/unittests/compiler/node-test-utils.cc |
+++ b/test/unittests/compiler/node-test-utils.cc |
@@ -2311,6 +2311,7 @@ IS_UNOP_MATCHER(Float64ExtractLowWord32) |
IS_UNOP_MATCHER(Float64ExtractHighWord32) |
IS_UNOP_MATCHER(NumberToInt32) |
IS_UNOP_MATCHER(NumberToUint32) |
+IS_UNOP_MATCHER(PlainPrimitiveToNumber) |
IS_UNOP_MATCHER(ObjectIsReceiver) |
IS_UNOP_MATCHER(ObjectIsSmi) |
IS_UNOP_MATCHER(StringFromCharCode) |