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:11 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-01-26 12:07:11 +0000
commitda6b846e70f2718c13d633961fea870f7448f707 (patch)
tree1e7058552614d1468d546e5a51338db4c8384bd7 /test/files/presentation/simple-tests/SimpleInteractiveTest.scala
parentebafcc4e7cb4734736d6a063d49226f944d74637 (diff)
downloadscala-da6b846e70f2718c13d633961fea870f7448f707.tar.gz
scala-da6b846e70f2718c13d633961fea870f7448f707.tar.bz2
scala-da6b846e70f2718c13d633961fea870f7448f707.zip
Disabled presentation compiler tests.
Diffstat (limited to 'test/files/presentation/simple-tests/SimpleInteractiveTest.scala')
-rw-r--r--test/files/presentation/simple-tests/SimpleInteractiveTest.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/files/presentation/simple-tests/SimpleInteractiveTest.scala b/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
deleted file mode 100644
index cfadc561ae..0000000000
--- a/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-import scala.tools.nsc.interactive.tests._
-
-/** Simple test that shows how to use the InteractiveTest class. It uses the
- * inherited runTest method that runs completion and typedAt tests on all
- * sources found under src/
- */
-object Test extends InteractiveTest {
- override val runRandomTests = false
-// override val synchronousRequests = false
-}