Author: Jonas Devlieghere Date: 2021-06-28T10:41:03-07:00 New Revision: a4aa705d52e818cf526f5e41cce8e719befd97a6
URL: https://github.com/llvm/llvm-project/commit/a4aa705d52e818cf526f5e41cce8e719befd97a6 DIFF: https://github.com/llvm/llvm-project/commit/a4aa705d52e818cf526f5e41cce8e719befd97a6.diff LOG: [lldb] Remove spurious lldb/lldb subdirectory Remove the lldb/lldb subdirectory which I must have accidentally created when applying a patch with the wrong prefix number. Thank you Nico Weber for pointing this out! Added: Modified: Removed: lldb/lldb/test/Shell/Breakpoint/breakpoint-command.test ################################################################################ diff --git a/lldb/lldb/test/Shell/Breakpoint/breakpoint-command.test b/lldb/lldb/test/Shell/Breakpoint/breakpoint-command.test deleted file mode 100644 index 6104713cde5ae..0000000000000 --- a/lldb/lldb/test/Shell/Breakpoint/breakpoint-command.test +++ /dev/null @@ -1,5 +0,0 @@ -# RUN: %build %p/Inputs/dummy-target.c -o %t.out -# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(95000 + 126)"' -o 'r' - -# CHECK: 95125 -# CHECK-NOT: 95126 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits