Author: Siva Chandra Reddy
Date: 2020-12-17T09:13:23-08:00
New Revision: e1a5b234ef94adb87fdf01371a672053c0d814a7

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

LOG: [libc][Obvious] Fix typo is wrappergen unittest.

Added: 
    

Modified: 
    libc/test/utils/tools/WrapperGen/wrappergen_test.cpp

Removed: 
    


################################################################################
diff  --git a/libc/test/utils/tools/WrapperGen/wrappergen_test.cpp 
b/libc/test/utils/tools/WrapperGen/wrappergen_test.cpp
index 923b318288ea..c4f64a095fc3 100644
--- a/libc/test/utils/tools/WrapperGen/wrappergen_test.cpp
+++ b/libc/test/utils/tools/WrapperGen/wrappergen_test.cpp
@@ -238,7 +238,7 @@ TEST_F(WrapperGenTest, 
RunWrapperGenOnStrlenWithMangledNameAndMangledNameFile) {
 
   ASSERT_EQ(STDErrOutput,
             "error: The options 'mangled-name' and 'mangled-name-file' "
-            "cannot be specified simultaniously.\n");
+            "cannot be specified simultaneously.\n");
 
   auto STDOutOrError = llvm::MemoryBuffer::getFile(STDOutFile.get().TmpName);
   std::string STDOutOutput = STDOutOrError.get()->getBuffer().str();


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to