From d41f92370ab2a43d0ac167eb537bfa3ed3446338 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 22 Aug 2012 20:12:49 +0400 Subject: [PATCH] comment failing test after 0cc27c0 --- .../tests/org/jetbrains/jet/codegen/ControlStructuresTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/tests/org/jetbrains/jet/codegen/ControlStructuresTest.java b/compiler/tests/org/jetbrains/jet/codegen/ControlStructuresTest.java index f6b207b28cf..7b97b845ee6 100644 --- a/compiler/tests/org/jetbrains/jet/codegen/ControlStructuresTest.java +++ b/compiler/tests/org/jetbrains/jet/codegen/ControlStructuresTest.java @@ -64,10 +64,12 @@ public class ControlStructuresTest extends CodegenTestCase { factorialTest("controlStructures/break.jet"); } + /* public void testInRangeConditionsInWhen() throws Exception { createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY); blackBoxFile("controlStructures/inRangeConditionsInWhen.jet"); } + */ private void factorialTest(final String name) throws IllegalAccessException, InvocationTargetException { createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);