Skip to content

Commit

Permalink
[libc] Fix typo in test message
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 committed May 15, 2024
1 parent 1650f1b commit 398162d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/test/src/string/strerror_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 398162d

Please sign in to comment.