Merge "Revert "strerror: incl enum name"" am: 2e1e76b8ff am: 8a258bb4b9
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1847496 Change-Id: I544aad15b59bbb9fadffa0c54cf8adbca8cd1cdf
This commit is contained in:
commit
e7fcc3cd14
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ TEST_F(TombstoneTest, dump_log_file_error) {
|
|||
ASSERT_STREQ("", tombstone_contents.c_str());
|
||||
|
||||
ASSERT_STREQ("", getFakeLogBuf().c_str());
|
||||
ASSERT_STREQ("6 DEBUG Unable to open /fake/filename: Permission denied (EACCES)\n\n",
|
||||
ASSERT_STREQ("6 DEBUG Unable to open /fake/filename: Permission denied\n\n",
|
||||
getFakeLogPrint().c_str());
|
||||
|
||||
ASSERT_STREQ("", amfd_data_.c_str());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue