Skip to content

Commit da44e4a

Browse files
Merge pull request #8700 from Michael137/lldb/type-completion/test-rename
[lldb][test] Fix test-case name in TestTypeLookup.py
2 parents f7e20fc + 17eb5cb commit da44e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/type_lookup/TestTypeLookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_type_lookup(self):
5454
@skipUnlessDarwin
5555
@skipIf(archs=["i386"])
5656
@skipIfDarwinEmbedded # swift crash inspecting swift stdlib with little other swift loaded <rdar://problem/55079456>
57-
def test_type_lookup(self):
57+
def test_type_lookup_cpp_methods(self):
5858
"""Test type lookup command."""
5959
self.build()
6060
self.runCmd("file " + self.getBuildArtifact("a.out"), CURRENT_EXECUTABLE_SET)

0 commit comments

Comments
 (0)