Chromium Code Reviews| Index: base/sys_info_unittest.cc |
| =================================================================== |
| --- base/sys_info_unittest.cc (revision 2669) |
| +++ base/sys_info_unittest.cc (working copy) |
| @@ -24,5 +24,5 @@ |
| // We aren't actually testing that it's correct, just that it's sane. |
| std::wstring tmp_path; |
| ASSERT_TRUE(file_util::GetTempDir(&tmp_path)); |
| - EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0); |
| + EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0) << tmp_path; |
| } |