Skip to content

Commit 3c47de2

Browse files
committed
fix: ci test for moduleId
1 parent 33c9434 commit 3c47de2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/tools/lldb-dap/coreFile/TestDAP_coreFile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def test_core_file(self):
2626
"column": 0,
2727
"id": 524288,
2828
"line": 4,
29+
"moduleId":"01DF54A6-045E-657D-3F8F-FB9CE1118789-14F8BD6D",
2930
"name": "bar",
3031
"source": {"name": "main.c", "path": "/home/labath/test/main.c"},
3132
"instructionPointerReference": "0x40011C",
@@ -34,6 +35,7 @@ def test_core_file(self):
3435
"column": 0,
3536
"id": 524289,
3637
"line": 10,
38+
"moduleId":"01DF54A6-045E-657D-3F8F-FB9CE1118789-14F8BD6D",
3739
"name": "foo",
3840
"source": {"name": "main.c", "path": "/home/labath/test/main.c"},
3941
"instructionPointerReference": "0x400142",
@@ -42,6 +44,7 @@ def test_core_file(self):
4244
"column": 0,
4345
"id": 524290,
4446
"line": 16,
47+
"moduleId":"01DF54A6-045E-657D-3F8F-FB9CE1118789-14F8BD6D",
4548
"name": "_start",
4649
"source": {"name": "main.c", "path": "/home/labath/test/main.c"},
4750
"instructionPointerReference": "0x40015F",

0 commit comments

Comments
 (0)