Skip to content

Commit fa14361

Browse files
authored
[lldb][test] TestProcessSaveCoreMinidump: Rename duplicate test-case (#148600)
Ran my python script from #97043 over the repo again and there was 1 duplicate test-case that has been introduced since I last did this. This patch renames that test.
1 parent 65d20bb commit fa14361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def minidump_deterministic_difference(self):
608608

609609
@skipUnlessPlatform(["linux"])
610610
@skipUnlessArch("x86_64")
611-
def minidump_saves_fs_base_region(self):
611+
def minidump_saves_tls(self):
612612
self.build()
613613
exe = self.getBuildArtifact("a.out")
614614
try:

0 commit comments

Comments
 (0)