Add logging to nchwc_optimizer_test.cc (#3073)

This commit is contained in:
Changming Sun 2020-02-22 08:15:00 -08:00 committed by GitHub
parent e38df45587
commit a0c9f679fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,7 +237,7 @@ void NchwcOptimizerTester(const std::function<void(NchwcTestHelper& helper)>& bu
helper.per_sample_tolerance_,
relative_per_sample_tolerance,
false);
EXPECT_EQ(ret.first, COMPARE_RESULT::SUCCESS);
EXPECT_EQ(ret.first, COMPARE_RESULT::SUCCESS) << ret.second;
}
}