Don't use back-quotes in a run line.
authorZachary Turner <zturner@google.com>
Mon, 8 Oct 2018 15:14:05 +0000 (15:14 +0000)
committerZachary Turner <zturner@google.com>
Mon, 8 Oct 2018 15:14:05 +0000 (15:14 +0000)
commitaffaff8b60252f520b0532a807eb36fc26b0e165
treebcddf941c5c27cbe842b16f68ca394e70acad4e4
parentbfdad33b82b9ac535b33b2783870dffe3bd401f3
Don't use back-quotes in a run line.

This works on Windows, but seems to be breaking tests that
use an external shell (e.g. bash) because backquote has special
meaning.

This particular argument wasn't crucial for the test, so I've
just removed it.

llvm-svn: 343971
llvm/test/DebugInfo/PDB/pdbdump-global-lookup.test