We had been giving them a string index of zero, which actually corresponds to a
string with a single space due to D89639: [lld-macho] Emit empty string as first entry of string table.
This was far from obvious in the old test because llvm-nm doesn't quote the
symbol names, making the empty string look identical to a string of a single
space. dsymutil -s quotes its strings, so I've changed the test accordingly.
Fixes llvm.org/PR48714. Thanks @clayborg for the tips!
clang-tidy: warning: invalid case style for variable 'EMPTY_STRING_INDEX' [readability-identifier-naming]
not useful