aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2025-07-02 14:32:07 +0100
committerMichael Buch <michaelbuch12@gmail.com>2025-07-02 14:36:41 +0100
commitfc00256b2b4d7a5328b775b51240258e0d28701c (patch)
tree39f416dea41f82ec76ca87393b9a4fe7d609f038
parent2b03efc7fba813bb0c52b7016867f200a91c2d34 (diff)
downloadllvm-fc00256b2b4d7a5328b775b51240258e0d28701c.zip
llvm-fc00256b2b4d7a5328b775b51240258e0d28701c.tar.gz
llvm-fc00256b2b4d7a5328b775b51240258e0d28701c.tar.bz2
[lldb][test][NFC] Rename libcxx unordered_map tests to unordered_map-iterator
The actual `unordered_map` tests live in `data-formatter-stl/generic/unordered`. The tests here are only testing `std::unordered_map::iterator`. This patch renames the directory accordingly. This is in preparation for moving all of the STL tests into the `generic` directory.
-rw-r--r--lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map-iterator/Makefile (renamed from lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/Makefile)0
-rw-r--r--lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map-iterator/TestDataFormatterLibccUnorderedMap.py (renamed from lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/TestDataFormatterLibccUnorderedMap.py)0
-rw-r--r--lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map-iterator/main.cpp (renamed from lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/main.cpp)0
3 files changed, 0 insertions, 0 deletions
diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/Makefile b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map-iterator/Makefile
index 564cbad..564cbad 100644
--- a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/Makefile
+++ b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map-iterator/Makefile
diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/TestDataFormatterLibccUnorderedMap.py b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map-iterator/TestDataFormatterLibccUnorderedMap.py
index bf103aa..bf103aa 100644
--- a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/TestDataFormatterLibccUnorderedMap.py
+++ b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map-iterator/TestDataFormatterLibccUnorderedMap.py
diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/main.cpp b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map-iterator/main.cpp
index 26cbb94..26cbb94 100644
--- a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/main.cpp
+++ b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map-iterator/main.cpp