[Lldb-commits] [lldb] r305789 - Delete a lot of empty directories in test/

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 20 04:23:36 PDT 2017


Author: labath
Date: Tue Jun 20 06:23:36 2017
New Revision: 305789

URL: http://llvm.org/viewvc/llvm-project?rev=305789&view=rev
Log:
Delete a lot of empty directories in test/

The files in those directories have been moved to packages/Python/lldbsuite/test
quite a while ago. However, the directories themselves remained, probably
because the move was done using git, and git does not track directories.
Checking out the repository with svn shows that the directories were still
there.

Removed:
    lldb/trunk/test/android/
    lldb/trunk/test/api/
    lldb/trunk/test/arm_emulation/
    lldb/trunk/test/attic/
    lldb/trunk/test/benchmarks/
    lldb/trunk/test/c++/
    lldb/trunk/test/driver/
    lldb/trunk/test/example/
    lldb/trunk/test/expression_command/
    lldb/trunk/test/functionalities/
    lldb/trunk/test/help/
    lldb/trunk/test/lang/
    lldb/trunk/test/linux/
    lldb/trunk/test/logging/
    lldb/trunk/test/macosx/
    lldb/trunk/test/make/
    lldb/trunk/test/pexpect-2.4/
    lldb/trunk/test/plugins/
    lldb/trunk/test/python_api/
    lldb/trunk/test/settings/
    lldb/trunk/test/source-manager/
    lldb/trunk/test/terminal/
    lldb/trunk/test/tools/
    lldb/trunk/test/types/
    lldb/trunk/test/unittest2/
    lldb/trunk/test/warnings/



More information about the lldb-commits mailing list