From f513b5fc47df5c040a257ab6f4643942828fa610 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 27 Apr 2022 15:01:01 +0200 Subject: [PATCH] [lldb] Make test names unique --- .../shared_library/{TestSharedLib.py => TestSharedLibOnDemand.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lldb/test/API/symbol_ondemand/shared_library/{TestSharedLib.py => TestSharedLibOnDemand.py} (100%) diff --git a/lldb/test/API/symbol_ondemand/shared_library/TestSharedLib.py b/lldb/test/API/symbol_ondemand/shared_library/TestSharedLibOnDemand.py similarity index 100% rename from lldb/test/API/symbol_ondemand/shared_library/TestSharedLib.py rename to lldb/test/API/symbol_ondemand/shared_library/TestSharedLibOnDemand.py