[libc] Fix typo in test message

This commit is contained in:
Joseph Huber 2024-05-15 07:12:25 -05:00
parent 1650f1b3d7
commit 398162ddbc

View File

@ -97,7 +97,7 @@ TEST(LlvmLibcStrErrorTest, KnownErrors) {
".lib section in a.out corrupted",
"Attempting to link in too many shared libraries",
"Cannot exec a shared library directly",
"Unknown Error 84", // Unknown
"Unknown error 84", // Unknown
"Interrupted system call should be restarted",
"Streams pipe error",
"Too many users",