[libc-commits] [libc] 398162d - [libc] Fix typo in test message

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed May 15 05:13:06 PDT 2024


Author: Joseph Huber
Date: 2024-05-15T07:12:54-05:00
New Revision: 398162ddbcf741c49e86bef2ef4aaa3fd0213916

URL: https://github.com/llvm/llvm-project/commit/398162ddbcf741c49e86bef2ef4aaa3fd0213916
DIFF: https://github.com/llvm/llvm-project/commit/398162ddbcf741c49e86bef2ef4aaa3fd0213916.diff

LOG: [libc] Fix typo in test message

Added: 
    

Modified: 
    libc/test/src/string/strerror_test.cpp

Removed: 
    


################################################################################
diff  --git a/libc/test/src/string/strerror_test.cpp b/libc/test/src/string/strerror_test.cpp
index 2d6c230573a4b..cfc79481699bc 100644
--- a/libc/test/src/string/strerror_test.cpp
+++ b/libc/test/src/string/strerror_test.cpp
@@ -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",


        


More information about the libc-commits mailing list