Skip to content

Commit 39cdfdf

Browse files
committed
[lldb][test] Fix typo in TestSharedLibStrippedSymbols
1 parent 366e469 commit 39cdfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class SharedLibStrippedTestCase(TestBase):
1212
@expectedFailureAll(oslist=["windows"])
1313
def test_expr(self):
14-
"""Test that types work when defined in a shared library and forwa/d-declared in the main executable"""
14+
"""Test that types work when defined in a shared library and forward-declared in the main executable"""
1515
if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
1616
self.skipTest(
1717
"llvm.org/pr16214 -- clang emits partial DWARF for structures referenced via typedef"

0 commit comments

Comments
 (0)