diff --git a/lldb/test/API/functionalities/type_lookup/TestTypeLookup.py b/lldb/test/API/functionalities/type_lookup/TestTypeLookup.py index f735908c8b709..2feaa7c6530e5 100644 --- a/lldb/test/API/functionalities/type_lookup/TestTypeLookup.py +++ b/lldb/test/API/functionalities/type_lookup/TestTypeLookup.py @@ -54,7 +54,7 @@ def test_type_lookup(self): @skipUnlessDarwin @skipIf(archs=["i386"]) @skipIfDarwinEmbedded # swift crash inspecting swift stdlib with little other swift loaded - def test_type_lookup(self): + def test_type_lookup_cpp_methods(self): """Test type lookup command.""" self.build() self.runCmd("file " + self.getBuildArtifact("a.out"), CURRENT_EXECUTABLE_SET)