Skip to content

Commit

Permalink
[lldb] Fix test after 5223366
Browse files Browse the repository at this point in the history
  • Loading branch information
kastiglione committed Nov 12, 2022
1 parent f53fde8 commit 1ee299a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ def test_modules_in_mini_dump(self):
self.assertTrue(self.process, PROCESS_IS_VALID)
expected_modules = [
{
'filename' : r"C:\Users\amccarth\Documents\Visual Studio 2013\Projects\fizzbuzz\Debug/fizzbuzz.exe",
'filename' : r"C:\Users\amccarth\Documents\Visual Studio 2013\Projects\fizzbuzz\Debug\fizzbuzz.exe",
'uuid' : '0F45B791-9A96-46F9-BF8F-2D6076EA421A-00000011',
},
{
Expand Down

0 comments on commit 1ee299a

Please sign in to comment.