[lldb] Update TestDump.test for gnuwin32's 'file' command output
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 2 Nov 2022 16:30:55 +0000 (09:30 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 2 Nov 2022 16:33:25 +0000 (09:33 -0700)
commit4b21ecf10c8a0abb977bf11edf939cc708902cd3
tree1a6e07e4fc244bd0b55b6c5fc8f977ac9bbe3c16
parent0c36a1569a066e2a5fcbaa2835c7b3ea49f60458
[lldb] Update TestDump.test for gnuwin32's 'file' command output

Remove the colon from the CHECK line for the output of the file command.
On macOS and Linux, the file command uses a colon as the separator
between the path and the file type, but gnuwin32's file command uses a
semicolon.
lldb/test/Shell/Diagnostics/TestDump.test