Index: test/unittests/compiler/node-test-utils.h |
diff --git a/test/unittests/compiler/node-test-utils.h b/test/unittests/compiler/node-test-utils.h |
index 05893e8c35b2f0f27f962697270a065c78f1f86b..76d4296daa503bab0d214d6548024ea227e3c284 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -36,6 +36,7 @@ class Node; |
using ::testing::Matcher; |
+Matcher<Node*> IsDead(); |
Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher); |
Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher, |
const Matcher<Node*>& control1_matcher); |