some debug print commented

This commit is contained in:
Alex Tkachman
2012-09-23 18:04:14 +02:00
parent 1d5636ea6a
commit ee784eb2fe
4 changed files with 5 additions and 5 deletions
@@ -386,7 +386,7 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt1018() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt1018.kt");
System.out.println(generateToText());
//System.out.println(generateToText());
}
public void testKt1120() throws Exception {