Skip to content

Commit 419aa75

Browse files
committed
[lldb-dap] attempt to fix test_disassemble
1 parent cd8094e commit 419aa75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def test_disassemble(self):
2020
program = self.getBuildArtifact("a.out")
2121
self.build_and_launch(program)
2222
source = "main.c"
23+
self.source_path = os.path.join(os.getcwd(), source)
2324
self.set_source_breakpoints(source, [line_number(source, "// breakpoint 1")])
2425
self.continue_to_next_stop()
2526

0 commit comments

Comments
 (0)