Author: Tatyana Krasnukha Date: 2020-01-10T16:39:38+03:00 New Revision: b3af8ab7f83c2a825c584ddedf5cc9207ca66b44
URL: https://github.com/llvm/llvm-project/commit/b3af8ab7f83c2a825c584ddedf5cc9207ca66b44 DIFF: https://github.com/llvm/llvm-project/commit/b3af8ab7f83c2a825c584ddedf5cc9207ca66b44.diff LOG: [lldb][tests] Cleanup '.categories' Added: lldb/packages/Python/lldbsuite/test/commands/command/.categories Modified: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/.categories Removed: lldb/packages/Python/lldbsuite/test/commands/command/history/.categories lldb/packages/Python/lldbsuite/test/commands/command/script/.categories lldb/packages/Python/lldbsuite/test/commands/command/script_alias/.categories lldb/packages/Python/lldbsuite/test/commands/command/source/.categories lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/.categories ################################################################################ diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/history/.categories b/lldb/packages/Python/lldbsuite/test/commands/command/.categories similarity index 100% rename from lldb/packages/Python/lldbsuite/test/commands/command/history/.categories rename to lldb/packages/Python/lldbsuite/test/commands/command/.categories diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/script/.categories b/lldb/packages/Python/lldbsuite/test/commands/command/script/.categories deleted file mode 100644 index 3a3f4df6416b..000000000000 --- a/lldb/packages/Python/lldbsuite/test/commands/command/script/.categories +++ /dev/null @@ -1 +0,0 @@ -cmdline diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/script_alias/.categories b/lldb/packages/Python/lldbsuite/test/commands/command/script_alias/.categories deleted file mode 100644 index 3a3f4df6416b..000000000000 --- a/lldb/packages/Python/lldbsuite/test/commands/command/script_alias/.categories +++ /dev/null @@ -1 +0,0 @@ -cmdline diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/source/.categories b/lldb/packages/Python/lldbsuite/test/commands/command/source/.categories deleted file mode 100644 index 3a3f4df6416b..000000000000 --- a/lldb/packages/Python/lldbsuite/test/commands/command/source/.categories +++ /dev/null @@ -1 +0,0 @@ -cmdline diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/.categories b/lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/.categories deleted file mode 100644 index 897e40a99dda..000000000000 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/.categories +++ /dev/null @@ -1 +0,0 @@ -expression diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/.categories b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/.categories index 6326dbcec91b..72cf07c1efea 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/.categories +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/.categories @@ -1 +1 @@ -dataformatters,objc +objc _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
