Fix unit test now that 'ld' is host specific

llvm-svn: 217114
This commit is contained in:
Nick Kledzik 2014-09-04 00:16:04 +00:00
parent bc1dc578cb
commit 54e0614efd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ using namespace llvm;
using namespace lld;
TEST(UniversalDriver, flavor) {
const char *args[] = { "ld" };
const char *args[] = { "gnu-ld" };
std::string diags;
raw_string_ostream os(diags);