From 4c87f765aecc0407b363feec372b30515cf21c7c Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 13 Feb 2014 20:24:11 +0100 Subject: [PATCH] fix GroovyDebuggerTest? --- .../jetbrains/plugins/groovy/compiler/GroovyDebuggerTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/groovy/test/org/jetbrains/plugins/groovy/compiler/GroovyDebuggerTest.groovy b/plugins/groovy/test/org/jetbrains/plugins/groovy/compiler/GroovyDebuggerTest.groovy index a4b3fda8a19c..5904e75d518e 100644 --- a/plugins/groovy/test/org/jetbrains/plugins/groovy/compiler/GroovyDebuggerTest.groovy +++ b/plugins/groovy/test/org/jetbrains/plugins/groovy/compiler/GroovyDebuggerTest.groovy @@ -56,7 +56,7 @@ import com.intellij.util.concurrency.Semaphore */ class GroovyDebuggerTest extends GroovyCompilerTestCase { @Override - protected boolean useJps() { false } + protected boolean useJps() { true } @Override protected void setUp() {