summaryrefslogtreecommitdiff
path: root/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-01-26 12:07:07 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-01-26 12:07:07 +0000
commitebafcc4e7cb4734736d6a063d49226f944d74637 (patch)
treee1b6cbce30f6ba1310ed5baa8af36653057e5b2a /test/files/presentation/simple-tests/SimpleInteractiveTest.scala
parentccc81fa54cca9939e0d45487d65b1e317bef91b6 (diff)
downloadscala-ebafcc4e7cb4734736d6a063d49226f944d74637.tar.gz
scala-ebafcc4e7cb4734736d6a063d49226f944d74637.tar.bz2
scala-ebafcc4e7cb4734736d6a063d49226f944d74637.zip
One last attempt at getting the presentation co...
One last attempt at getting the presentation compiler pass some tests. no review.
Diffstat (limited to 'test/files/presentation/simple-tests/SimpleInteractiveTest.scala')
-rw-r--r--test/files/presentation/simple-tests/SimpleInteractiveTest.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/presentation/simple-tests/SimpleInteractiveTest.scala b/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
index 0456f9f5e7..cfadc561ae 100644
--- a/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
+++ b/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
@@ -6,4 +6,5 @@ import scala.tools.nsc.interactive.tests._
*/
object Test extends InteractiveTest {
override val runRandomTests = false
+// override val synchronousRequests = false
}