forked from OSchip/llvm-project
Fix unit test now that 'ld' is host specific
llvm-svn: 217114
This commit is contained in:
parent
bc1dc578cb
commit
54e0614efd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue