summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-02-02 09:33:16 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-02-02 09:33:16 +0000
commit5caf65d340ff18605c971e9f80d629155f9cf6ff (patch)
tree9b98c3276ce1944af9856347e5ee789986a9a7cb /test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
parent235a7ea171885ed754d07dbda315348746d6bf81 (diff)
downloadscala-5caf65d340ff18605c971e9f80d629155f9cf6ff.tar.gz
scala-5caf65d340ff18605c971e9f80d629155f9cf6ff.tar.bz2
scala-5caf65d340ff18605c971e9f80d629155f9cf6ff.zip
Updated completion tests, still waiting for a d...
Updated completion tests, still waiting for a divergent implicits fix in the presentation compiler. no review.
Diffstat (limited to 'test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala')
-rw-r--r--test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala b/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
index ef04defdf2..014fd24b6f 100644
--- a/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
+++ b/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
@@ -6,6 +6,6 @@ import scala.tools.nsc.interactive.tests._
*/
object Test extends InteractiveTest {
override val runRandomTests = false
- settings.YpresentationDebug.value = true
+// settings.YpresentationDebug.value = true
// override val synchronousRequests = false
}