diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp index 09e6a23bea7..60354cca6f3 100644 --- a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp +++ b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp @@ -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}})));  | 

