Index: test/compiler-unittests/graph-unittest.h |
diff --git a/test/compiler-unittests/graph-unittest.h b/test/compiler-unittests/graph-unittest.h |
index 7a242574c919acd839a82521b22bd833565b4113..46f67bb181b592de698333f711476901deb9b2f2 100644 |
--- a/test/compiler-unittests/graph-unittest.h |
+++ b/test/compiler-unittests/graph-unittest.h |
@@ -98,6 +98,7 @@ Matcher<Node*> IsChangeFloat64ToInt32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeInt32ToFloat64(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeInt32ToInt64(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeUint32ToUint64(const Matcher<Node*>& input_matcher); |
+Matcher<Node*> IsTruncateFloat64ToInt32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsTruncateInt64ToInt32(const Matcher<Node*>& input_matcher); |
} // namespace compiler |