Skip to content

Commit

Permalink
[lldb] Complete fix of test after 5223366
Browse files Browse the repository at this point in the history
  • Loading branch information
kastiglione committed Nov 12, 2022
1 parent 1ee299a commit 760c75f
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -48,23 +48,23 @@ def test_modules_in_mini_dump(self):
'uuid' : '0F45B791-9A96-46F9-BF8F-2D6076EA421A-00000011',
},
{
'filename' : r"C:\Windows\SysWOW64/ntdll.dll",
'filename' : r"C:\Windows\SysWOW64\ntdll.dll",
'uuid' : 'BBB0846A-402C-4052-A16B-67650BBFE6B0-00000002',
},
{
'filename' : r"C:\Windows\SysWOW64/kernel32.dll",
'filename' : r"C:\Windows\SysWOW64\kernel32.dll",
'uuid' : 'E5CB7E1B-005E-4113-AB98-98D6913B52D8-00000002',
},
{
'filename' : r"C:\Windows\SysWOW64/KERNELBASE.dll",
'filename' : r"C:\Windows\SysWOW64\KERNELBASE.dll",
'uuid' : '0BF95241-CB0D-4BD4-AC5D-186A6452E522-00000001',
},
{
'filename' : r"C:\Windows\System32/MSVCP120D.dll",
'filename' : r"C:\Windows\System32\MSVCP120D.dll",
'uuid' : '3C05516E-57E7-40EB-8D3F-9722C5BD80DD-00000001',
},
{
'filename' : r"C:\Windows\System32/MSVCR120D.dll",
'filename' : r"C:\Windows\System32\MSVCR120D.dll",
'uuid' : '6382FB86-46C4-4046-AE42-8D97B3F91FF2-00000001',
},
]
Expand Down

0 comments on commit 760c75f

Please sign in to comment.