forked from OSchip/llvm-project
[lldb] Fix TestCompressedVectors after array type name change
aee4925507
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.
This commit is contained in:
parent
a2e7af7516
commit
71cfce8320