forked from OSchip/llvm-project
[ORC] Remove a shadowing definition.
There is already a VSO member V in the CoreAPIsStandardTest test fixture. llvm-svn: 336761
This commit is contained in:
parent
fdf1a855e0
commit
a53aa290a5
|
@ -520,8 +520,6 @@ TEST_F(CoreAPIsStandardTest, DropMaterializerWhenEmpty) {
|
|||
},
|
||||
[&]() { DestructorRun = true; });
|
||||
|
||||
auto &V = ES.createVSO("V");
|
||||
|
||||
cantFail(V.define(MU));
|
||||
|
||||
cantFail(V.define(absoluteSymbols({{Foo, FooSym}})));
|
||||
|
|
Loading…
Reference in New Issue