[Lldb-commits] [lldb] 39cdfdf - [lldb][test] Fix typo in TestSharedLibStrippedSymbols

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 8 02:37:16 PDT 2024


Author: David Spickett
Date: 2024-10-08T09:36:56Z
New Revision: 39cdfdfad961e146131966757d563bfd667246d6

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

LOG: [lldb][test] Fix typo in TestSharedLibStrippedSymbols

Added: 
    

Modified: 
    lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py b/lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py
index 6971fc0fbc3fde..55857d703978c6 100644
--- a/lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py
+++ b/lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py
@@ -11,7 +11,7 @@
 class SharedLibStrippedTestCase(TestBase):
     @expectedFailureAll(oslist=["windows"])
     def test_expr(self):
-        """Test that types work when defined in a shared library and forwa/d-declared in the main executable"""
+        """Test that types work when defined in a shared library and forward-declared in the main executable"""
         if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
             self.skipTest(
                 "llvm.org/pr16214 -- clang emits partial DWARF for structures referenced via typedef"


        


More information about the lldb-commits mailing list