forked from OSchip/llvm-project
[ORC] Remove some old debugging output from a unit test.
llvm-svn: 367742
This commit is contained in:
parent
9e0f2c2d9d
commit
38136d3b96
|
@ -685,8 +685,6 @@ TEST_F(CoreAPIsStandardTest, FailResolution) {
|
|||
SymbolFlagsMap({{Foo, JITSymbolFlags::Exported | JITSymbolFlags::Weak},
|
||||
{Bar, JITSymbolFlags::Exported | JITSymbolFlags::Weak}}),
|
||||
[&](MaterializationResponsibility R) {
|
||||
dbgs() << "Before failMat:\n";
|
||||
ES.dump(dbgs());
|
||||
R.failMaterialization();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue