| Index: webkit/tools/test_shell/image_decoder_unittest.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/image_decoder_unittest.cc (revision 8440)
|
| +++ webkit/tools/test_shell/image_decoder_unittest.cc (working copy)
|
| @@ -82,7 +82,7 @@
|
| file_util::AppendToPath(&data_dir_, L"webkit");
|
| file_util::AppendToPath(&data_dir_, L"data");
|
| file_util::AppendToPath(&data_dir_, format_ + L"_decoder");
|
| - ASSERT_TRUE(file_util::PathExists(data_dir_));
|
| + ASSERT_TRUE(file_util::PathExists(data_dir_)) << data_dir_;
|
| }
|
|
|
| std::vector<std::wstring> ImageDecoderTest::GetImageFiles() const {
|
|
|