[Lldb-commits] [lldb] 4ae221f - [NFC][LLDB] Rename test file
Pavel Kosov via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 25 01:04:08 PST 2023
Author: Pavel Kosov
Date: 2023-01-25T12:03:11+03:00
New Revision: 4ae221f5a4d1977f316b7d5f033763f876b471e7
URL: https://github.com/llvm/llvm-project/commit/4ae221f5a4d1977f316b7d5f033763f876b471e7
DIFF: https://github.com/llvm/llvm-project/commit/4ae221f5a4d1977f316b7d5f033763f876b471e7.diff
LOG: [NFC][LLDB] Rename test file
Commit 92f0e4cca introduced test file with name TestChangeValue.py,
which leads to test failure because there already is a test files with the same name
In this commit a newly added file is renamed to fix this failure
Added:
lldb/test/API/python_api/value/change_values/libcxx/map/TestChangeMapValue.py
Modified:
Removed:
lldb/test/API/python_api/value/change_values/libcxx/map/TestChangeValue.py
################################################################################
diff --git a/lldb/test/API/python_api/value/change_values/libcxx/map/TestChangeValue.py b/lldb/test/API/python_api/value/change_values/libcxx/map/TestChangeMapValue.py
similarity index 100%
rename from lldb/test/API/python_api/value/change_values/libcxx/map/TestChangeValue.py
rename to lldb/test/API/python_api/value/change_values/libcxx/map/TestChangeMapValue.py
More information about the lldb-commits
mailing list