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 74afda974a15002ff02139f1350b8e7880da24fd..8c78288ac8765295d910b7466dbae8723c37c517 100644 |
--- a/test/unittests/compiler/node-test-utils.cc |
+++ b/test/unittests/compiler/node-test-utils.cc |
@@ -1308,6 +1308,7 @@ IS_UNOP_MATCHER(Float64RoundTruncate) |
IS_UNOP_MATCHER(Float64RoundTiesAway) |
IS_UNOP_MATCHER(NumberToInt32) |
IS_UNOP_MATCHER(NumberToUint32) |
+IS_UNOP_MATCHER(PlainPrimitiveToNumber) |
#undef IS_UNOP_MATCHER |
} // namespace compiler |