llvm-cxxfilt wasn't correctly demangle COFF import thunk in those two
cases before:
- demangle in split mode (multiple words from commandline)
- the import thunk prefix was added no matter the later part of the
string can be demangled or not
Now llvm-cxxfilt should handle both case correctly.
What is this line trying to check? If it is trying to show that "import thunk for" is not printed, then the check is insufficient - you need to show that the check is for the whole line using --match-full-lines. Did this test fail before your change?