clean up printing a bit

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3629 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
dolby-oss 2009-06-03 18:27:39 +00:00
parent be8400fdd1
commit 7c5db2241f
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public abstract class TestCallGraphShape extends WalaTestCase {
Name[] names = (Name[]) assertionData[i][1];
for (int j = 0; j < names.length; j++) {
System.err.println(("looking for " + names[j].name + ", " + names[j].vn + " in " + N));
System.err.println("looking for " + names[j].name + ", " + names[j].vn + " in " + N);
String[] localNames = ir.getLocalNames(names[j].instructionIndex, names[j].vn);
@ -65,7 +65,7 @@ public abstract class TestCallGraphShape extends WalaTestCase {
}
protected void verifyGraphAssertions(CallGraph CG, Object[][] assertionData) {
System.err.println(CG);
// System.err.println(CG);
if (assertionData == null) {
return;