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 6adacc163d0f896d744a241b3b2bc51965aea696..9b8d19eea276ac58bbefe04819de987b789db518 100644 |
--- a/test/unittests/compiler/node-test-utils.cc |
+++ b/test/unittests/compiler/node-test-utils.cc |
@@ -2260,6 +2260,7 @@ IS_UNOP_MATCHER(NumberToInt32) |
IS_UNOP_MATCHER(NumberToUint32) |
IS_UNOP_MATCHER(ObjectIsReceiver) |
IS_UNOP_MATCHER(ObjectIsSmi) |
+IS_UNOP_MATCHER(StringFromCharCode) |
IS_UNOP_MATCHER(Word32Clz) |
IS_UNOP_MATCHER(Word32Ctz) |
IS_UNOP_MATCHER(Word32Popcnt) |