From e18e35c40ce6403d29c9fb6a66406cbc8a70affd Mon Sep 17 00:00:00 2001 From: Alex Tkachman Date: Thu, 3 May 2012 16:20:28 +0300 Subject: [PATCH] KT-785 test --- compiler/tests/org/jetbrains/jet/codegen/FunctionGenTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/org/jetbrains/jet/codegen/FunctionGenTest.java b/compiler/tests/org/jetbrains/jet/codegen/FunctionGenTest.java index 60672485073..2c8c96c56d1 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 () {