[all-commits] [llvm/llvm-project] 0d62e3: [LLDB][NFC] Fix test that broke due to libc++ std:...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Wed Nov 10 12:29:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d62e31c458526e1db37d11da947e61768c7b522
https://github.com/llvm/llvm-project/commit/0d62e31c458526e1db37d11da947e61768c7b522
Author: Shafik Yaghmour <syaghmour at apple.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
M lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
Log Message:
-----------
[LLDB][NFC] Fix test that broke due to libc++ std::vector changes
D112976 moved most of the guts of __vector_base into vector, this broke
some LLDB tests by changing the result types that LLDB sees. This updates
the test to reflect the new structure.
More information about the All-commits
mailing list