[Lldb-commits] [lldb] 3b70e8b - Move the second instance of TestUniqueTypes.py to a unique file

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 8 16:59:10 PST 2022


Author: Jim Ingham
Date: 2022-11-08T16:59:02-08:00
New Revision: 3b70e8b012f0f51eb0e2abeb38ee6c8914b90f9c

URL: https://github.com/llvm/llvm-project/commit/3b70e8b012f0f51eb0e2abeb38ee6c8914b90f9c
DIFF: https://github.com/llvm/llvm-project/commit/3b70e8b012f0f51eb0e2abeb38ee6c8914b90f9c.diff

LOG: Move the second instance of TestUniqueTypes.py to a unique file
name.  lldb-dotest.py errors out if two tests have the same filename.

Added: 
    lldb/test/API/lang/cpp/unique-types/TestUniqueTypes2.py

Modified: 
    

Removed: 
    lldb/test/API/lang/cpp/unique-types/TestUniqueTypes.py


################################################################################
diff  --git a/lldb/test/API/lang/cpp/unique-types/TestUniqueTypes.py b/lldb/test/API/lang/cpp/unique-types/TestUniqueTypes2.py
similarity index 100%
rename from lldb/test/API/lang/cpp/unique-types/TestUniqueTypes.py
rename to lldb/test/API/lang/cpp/unique-types/TestUniqueTypes2.py


        


More information about the lldb-commits mailing list