[ORC] Remove some old debugging output from a unit test.

llvm-svn: 367742
This commit is contained in:
Lang Hames 2019-08-03 01:33:04 +00:00
parent 9e0f2c2d9d
commit 38136d3b96
1 changed files with 0 additions and 2 deletions

View File

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