[Lldb-commits] [lldb] [lldb][test] Remove compiler version check and use regex (PR #123393)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 21 10:50:04 PST 2025
adrian-prantl wrote:
```
Got output:
(std::vector<std::vector<int>, std::allocator<std::vector<int> > >) $0 = size=2 {
[0] = size=3 {
[0] = 1
[1] = 2
[2] = 3
}
[1] = size=3 {
[0] = 3
[1] = 2
[2] = 1
}
}
Expecting regex pattern: "\(std::vector<std::vector<int>(, std::allocator<std::vector<int> )* >\) \$0 = size=2 \{
\[0\] = size=3 \{
\[0\] = 1
\[1\] = 2
\[2\] = 3
\}
\[1\] = size=3 \{
\[0\] = 3
\[1\] = 2
\[2\] = 1
\}
\}" (was not found)
```
https://github.com/llvm/llvm-project/pull/123393
More information about the lldb-commits
mailing list