Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2022-11-13 01:09:35 +0300
committerDave Lee <davelee.com@gmail.com>2022-11-13 01:09:49 +0300
commit1ee299a57d0b5f49b6c37d81474ea030e3b122de (patch)
treed1a36439c093765bc6ee489192607a064d966eda
parentf53fde8e150553c194b3325fe2781775aa40ac3a (diff)
[lldb] Fix test after 5223366416fb
-rw-r--r--lldb/test/API/functionalities/postmortem/minidump/TestMiniDump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/functionalities/postmortem/minidump/TestMiniDump.py b/lldb/test/API/functionalities/postmortem/minidump/TestMiniDump.py
index e36f1af89e9c..03af350aa4b1 100644
--- a/lldb/test/API/functionalities/postmortem/minidump/TestMiniDump.py
+++ b/lldb/test/API/functionalities/postmortem/minidump/TestMiniDump.py
@@ -44,7 +44,7 @@ class MiniDumpTestCase(TestBase):
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',
},
{