[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:
Raphael Isemann 2021-10-22 10:07:58 +02:00
parent a2e7af7516
commit 71cfce8320
1 changed files with 2 additions and 2 deletions