[all-commits] [llvm/llvm-project] 71cfce: [lldb] Fix TestCompressedVectors after array type ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Oct 22 01:16:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71cfce832054dfea8e79769f15a3fdc05d23b733
https://github.com/llvm/llvm-project/commit/71cfce832054dfea8e79769f15a3fdc05d23b733
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M lldb/test/API/functionalities/data-formatter/compactvectors/TestCompactVectors.py
Log Message:
-----------
[lldb] Fix TestCompressedVectors after array type name change
aee49255074fd4ef38d97e6e70cbfbf2f9fd0fa7 turns array names such as `int [1]`
into `int[1]` (without the space). This probably breaks some user formatters,
but let's first get this test running while this is being discussed.
More information about the All-commits
mailing list