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.
2 parents f7e20fc + 17eb5cb commit da44e4aCopy full SHA for da44e4a
lldb/test/API/functionalities/type_lookup/TestTypeLookup.py
@@ -54,7 +54,7 @@ def test_type_lookup(self):
54
@skipUnlessDarwin
55
@skipIf(archs=["i386"])
56
@skipIfDarwinEmbedded # swift crash inspecting swift stdlib with little other swift loaded <rdar://problem/55079456>
57
- def test_type_lookup(self):
+ def test_type_lookup_cpp_methods(self):
58
"""Test type lookup command."""
59
self.build()
60
self.runCmd("file " + self.getBuildArtifact("a.out"), CURRENT_EXECUTABLE_SET)
0 commit comments