From 17eb5cb6ddb6ba783cb926e802aa4c90ee609469 Mon Sep 17 00:00:00 2001 From: Michael Buch Date: Mon, 6 May 2024 10:04:04 +0100 Subject: [PATCH] [lldb][test] Fix test-case name in TestTypeLookup.py --- lldb/test/API/functionalities/type_lookup/TestTypeLookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)