# HG changeset patch # User Josef Eisl # Date 1407751440 -7200 # Node ID 26b0fd782ad558ea661a700084a12502bd72ed58 # Parent 1227fb471b6d4a22665adca95b16ea0077f0f83e Remove println. diff -r 1227fb471b6d -r 26b0fd782ad5 graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/CheckGraalInvariants.java --- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/CheckGraalInvariants.java Fri Aug 08 19:21:39 2014 +0200 +++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/CheckGraalInvariants.java Mon Aug 11 12:04:00 2014 +0200 @@ -173,7 +173,6 @@ */ private static void checkGraph(HighTierContext context, StructuredGraph graph, boolean verifyEquals) { if (verifyEquals) { - System.out.println("test"); new VerifyUsageWithEquals(Value.class).apply(graph, context); new VerifyUsageWithEquals(Register.class).apply(graph, context); new VerifyUsageWithEquals(JavaType.class).apply(graph, context);