Skip to content

Commit 4cf5aef

Browse files
committed
[lldb] Adjust TestMiniDump.py
1 parent 25df656 commit 4cf5aef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lldb/test/API/functionalities/postmortem/minidump/TestMiniDump.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,27 @@ def test_modules_in_mini_dump(self):
4444
self.assertTrue(self.process, PROCESS_IS_VALID)
4545
expected_modules = [
4646
{
47-
'filename' : r"C:\Users\amccarth\Documents\Visual Studio 2013\Projects\fizzbuzz\Debug/fizzbuzz.exe",
47+
'filename' : r"C:\Users\amccarth\Documents\Visual Studio 2013\Projects\fizzbuzz\Debug\fizzbuzz.exe",
4848
'uuid' : '0F45B791-9A96-46F9-BF8F-2D6076EA421A-00000011',
4949
},
5050
{
51-
'filename' : r"C:\Windows\SysWOW64/ntdll.dll",
51+
'filename' : r"C:\Windows\SysWOW64\ntdll.dll",
5252
'uuid' : 'BBB0846A-402C-4052-A16B-67650BBFE6B0-00000002',
5353
},
5454
{
55-
'filename' : r"C:\Windows\SysWOW64/kernel32.dll",
55+
'filename' : r"C:\Windows\SysWOW64\kernel32.dll",
5656
'uuid' : 'E5CB7E1B-005E-4113-AB98-98D6913B52D8-00000002',
5757
},
5858
{
59-
'filename' : r"C:\Windows\SysWOW64/KERNELBASE.dll",
59+
'filename' : r"C:\Windows\SysWOW64\KERNELBASE.dll",
6060
'uuid' : '0BF95241-CB0D-4BD4-AC5D-186A6452E522-00000001',
6161
},
6262
{
63-
'filename' : r"C:\Windows\System32/MSVCP120D.dll",
63+
'filename' : r"C:\Windows\System32\MSVCP120D.dll",
6464
'uuid' : '3C05516E-57E7-40EB-8D3F-9722C5BD80DD-00000001',
6565
},
6666
{
67-
'filename' : r"C:\Windows\System32/MSVCR120D.dll",
67+
'filename' : r"C:\Windows\System32\MSVCR120D.dll",
6868
'uuid' : '6382FB86-46C4-4046-AE42-8D97B3F91FF2-00000001',
6969
},
7070
]

0 commit comments

Comments
 (0)