Index: test/compiler-unittests/graph-unittest.h |
diff --git a/test/compiler-unittests/graph-unittest.h b/test/compiler-unittests/graph-unittest.h |
index b68d9dbb72770294da49876eb8632ac1115a9a8b..2cb4f8e2ec144214bbbe65b6f8bfa02cd78efef4 100644 |
--- a/test/compiler-unittests/graph-unittest.h |
+++ b/test/compiler-unittests/graph-unittest.h |
@@ -113,6 +113,7 @@ Matcher<Node*> IsInt32AddWithOverflow(const Matcher<Node*>& lhs_matcher, |
Matcher<Node*> IsUint32LessThanOrEqual(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsChangeFloat64ToInt32(const Matcher<Node*>& input_matcher); |
+Matcher<Node*> IsChangeFloat64ToUint32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeInt32ToFloat64(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeInt32ToInt64(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeUint32ToFloat64(const Matcher<Node*>& input_matcher); |