Author: teemperor Date: Thu Sep 12 07:07:16 2019 New Revision: 371734 URL: http://llvm.org/viewvc/llvm-project?rev=371734&view=rev Log: [lldb] Remove duplicated breakpoint tests
After reverting the deletion of the functionalities/breakpoint tests, we now have some tests twice in the test/ folder which breaks dotest: * commands/breakpoint/basic * functionalities/breakpoint/breakpoint_command After looking over these tests, I think it makes sense to only keep the original functionalities/ folder. The commands/breakpoint/basic test are not exclusively testing the breakpoint command itself, so they shouldn't be in commands/ in the first place. Note that these folders have identical contents (beside small adjustments regarding the Makefile which landed after the restructuring). Removed: lldb/trunk/packages/Python/lldbsuite/test/commands/breakpoint/ _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits