We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366e469 commit 39cdfdfCopy full SHA for 39cdfdf
lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py
@@ -11,7 +11,7 @@
11
class SharedLibStrippedTestCase(TestBase):
12
@expectedFailureAll(oslist=["windows"])
13
def test_expr(self):
14
- """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"""
15
if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
16
self.skipTest(
17
"llvm.org/pr16214 -- clang emits partial DWARF for structures referenced via typedef"
0 commit comments