mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
AK: Eradicate calls to warn().
This commit is contained in:
parent
a5f5c3fd33
commit
1254cbbd0b
9 changed files with 42 additions and 53 deletions
|
@ -298,7 +298,7 @@ static void test_rmdir_root()
|
|||
{
|
||||
int rc = rmdir("/");
|
||||
if (rc != -1 || errno != EBUSY) {
|
||||
warn() << "rmdir(/) didn't fail with EBUSY";
|
||||
warnln("rmdir(/) didn't fail with EBUSY");
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue