Skip to content

Commit 398162d

Browse files
committed
[libc] Fix typo in test message
1 parent 1650f1b commit 398162d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/string/strerror_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ TEST(LlvmLibcStrErrorTest, KnownErrors) {
9797
".lib section in a.out corrupted",
9898
"Attempting to link in too many shared libraries",
9999
"Cannot exec a shared library directly",
100-
"Unknown Error 84", // Unknown
100+
"Unknown error 84", // Unknown
101101
"Interrupted system call should be restarted",
102102
"Streams pipe error",
103103
"Too many users",

0 commit comments

Comments
 (0)