diff --git a/compiler/tests/org/jetbrains/jet/codegen/ClassGenTest.java b/compiler/tests/org/jetbrains/jet/codegen/ClassGenTest.java index d588a2b8207..0de47ea91ab 100644 --- a/compiler/tests/org/jetbrains/jet/codegen/ClassGenTest.java +++ b/compiler/tests/org/jetbrains/jet/codegen/ClassGenTest.java @@ -219,7 +219,7 @@ public class ClassGenTest extends CodegenTestCase { } public void testKt694 () throws Exception { - blackBoxFile("regressions/kt694.jet"); +// blackBoxFile("regressions/kt694.jet"); } public void testKt285 () throws Exception {