mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-30 23:21:04 +00:00
[ORC] Fix an ambiguous call in a unit test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ffc144faab
commit
f235e145c9
@ -288,7 +288,8 @@ TEST_F(CoreAPIsStandardTest, LookupWithGeneratorFailure) {
|
||||
<< "Generator failure did not propagate through lookupFlags";
|
||||
|
||||
EXPECT_THAT_ERROR(
|
||||
ES.lookup(JITDylibSearchList({{&JD, false}}), {Foo}).takeError(),
|
||||
ES.lookup(JITDylibSearchList({{&JD, false}}), SymbolNameSet({Foo}))
|
||||
.takeError(),
|
||||
Failed<StringError>())
|
||||
<< "Generator failure did not propagate through lookup";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user