diff --git a/compiler/tests/org/jetbrains/jet/codegen/FunctionGenTest.java b/compiler/tests/org/jetbrains/jet/codegen/FunctionGenTest.java index 6067248507380322206ade7558fcce4b38b4cf84..2c8c96c56d18b9d39d511fb3d5135dab9ffd1bb6 100644 --- a/compiler/tests/org/jetbrains/jet/codegen/FunctionGenTest.java +++ b/compiler/tests/org/jetbrains/jet/codegen/FunctionGenTest.java @@ -87,7 +87,7 @@ public class FunctionGenTest extends CodegenTestCase { } public void testKt785 () { -// blackBoxFile("regressions/kt785.jet"); + blackBoxFile("regressions/kt785.jet"); } public void testKt873 () {