Chromium Code Reviews| Index: source/libvpx/test/test_vector_test.cc |
| =================================================================== |
| --- source/libvpx/test/test_vector_test.cc (revision 251189) |
| +++ source/libvpx/test/test_vector_test.cc (working copy) |
| @@ -35,7 +35,7 @@ |
| void OpenMD5File(const std::string& md5_file_name_) { |
| md5_file_ = libvpx_test::OpenTestDataFile(md5_file_name_); |
| - ASSERT_TRUE(md5_file_) << "Md5 file open failed. Filename: " |
| + ASSERT_TRUE(md5_file_ != NULL) << "Md5 file open failed. Filename: " |
| << md5_file_name_; |
| } |