[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:
Lang Hames 2018-07-11 04:39:12 +00:00
parent fdf1a855e0
commit a53aa290a5
1 changed files with 0 additions and 2 deletions

View File

@ -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}})));