Home | History | Annotate | Download | only in tests

Lines Matching defs:expected_value

247     TypeParam expected_value = 0;
248 memcpy(&expected_value, &value, i);
249 ASSERT_EQ(expected_value, this->op_->StackAt(0)) << "Failed at size " << i;