summaryrefslogtreecommitdiff
path: root/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-03-31 14:36:38 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-03-31 14:36:38 +0000
commitc9b4254f94424df73d57f510e6004f3e27e46223 (patch)
tree87248d61fb9bdf2ed87f1c74cba2d94380f721d4 /test/files/presentation/simple-tests/SimpleInteractiveTest.scala
parente5c6241bca640b5b2ec8890a5b5121a1fe9dc14a (diff)
downloadscala-c9b4254f94424df73d57f510e6004f3e27e46223.tar.gz
scala-c9b4254f94424df73d57f510e6004f3e27e46223.tar.bz2
scala-c9b4254f94424df73d57f510e6004f3e27e46223.zip
One breakage too many, this test is a pest -> d...
One breakage too many, this test is a pest -> disabled. no review.
Diffstat (limited to 'test/files/presentation/simple-tests/SimpleInteractiveTest.scala')
-rw-r--r--test/files/presentation/simple-tests/SimpleInteractiveTest.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/files/presentation/simple-tests/SimpleInteractiveTest.scala b/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
deleted file mode 100644
index 014fd24b6f..0000000000
--- a/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
+++ /dev/null
@@ -1,11 +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
-// settings.YpresentationDebug.value = true
-// override val synchronousRequests = false
-}