Index: test/unittests/compiler/machine-operator-unittest.cc |
diff --git a/test/unittests/compiler/machine-operator-unittest.cc b/test/unittests/compiler/machine-operator-unittest.cc |
index 176b78ab626bd68e30bda3bd45b5640c1b378312..9a2ea49ecfa61c4ee0e88b38764014e4c7436446 100644 |
--- a/test/unittests/compiler/machine-operator-unittest.cc |
+++ b/test/unittests/compiler/machine-operator-unittest.cc |
@@ -59,8 +59,8 @@ TEST_P(MachineLoadOperatorTest, NumberOfInputsAndOutputs) { |
EXPECT_EQ(2, OperatorProperties::GetValueInputCount(op)); |
EXPECT_EQ(1, OperatorProperties::GetEffectInputCount(op)); |
- EXPECT_EQ(0, OperatorProperties::GetControlInputCount(op)); |
- EXPECT_EQ(3, OperatorProperties::GetTotalInputCount(op)); |
+ EXPECT_EQ(1, OperatorProperties::GetControlInputCount(op)); |
+ EXPECT_EQ(4, OperatorProperties::GetTotalInputCount(op)); |
EXPECT_EQ(1, OperatorProperties::GetValueOutputCount(op)); |
EXPECT_EQ(1, OperatorProperties::GetEffectOutputCount(op)); |