summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-09-01 13:36:44 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-09-01 13:36:44 +0000
commit3e15a7a147e95fa99aab95aa9541ab46ba96b2a2 (patch)
tree751f17a225e8a869af2203411be9de0ada8d3b85 /lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
parent27cc2efaf2afba22c961c1e3a5c3b7e6da89fc2f (diff)
downloadbcm5719-llvm-3e15a7a147e95fa99aab95aa9541ab46ba96b2a2.tar.gz
bcm5719-llvm-3e15a7a147e95fa99aab95aa9541ab46ba96b2a2.zip
[lldb][NFC] Fix failing tests after restructuring test folder
Just adjusts all the relative paths in the Makefiles (and the breakpoint test which seems to rely on the name of its folder). llvm-svn: 370611
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py b/lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
index b75a6db6e80..8b3c177b67b 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
+++ b/lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
@@ -83,16 +83,16 @@ class BreakpointCommandTestCase(TestBase):
self, "./main.c", self.line,
num_expected_locations=1, loc_exact=True)
lldbutil.run_break_set_by_file_and_line(
- self, "breakpoint_command/main.c", self.line,
+ self, "basic/main.c", self.line,
num_expected_locations=1, loc_exact=True)
lldbutil.run_break_set_by_file_and_line(
- self, "./breakpoint_command/main.c", self.line,
+ self, "./basic/main.c", self.line,
num_expected_locations=1, loc_exact=True)
lldbutil.run_break_set_by_file_and_line(
- self, "breakpoint/breakpoint_command/main.c", self.line,
+ self, "breakpoint/basic/main.c", self.line,
num_expected_locations=1, loc_exact=True)
lldbutil.run_break_set_by_file_and_line(
- self, "./breakpoint/breakpoint_command/main.c", self.line,
+ self, "./breakpoint/basic/main.c", self.line,
num_expected_locations=1, loc_exact=True)
# Test relative breakpoints with incorrect paths and make sure we get
# no breakpoint locations
OpenPOWER on IntegriCloud