summaryrefslogtreecommitdiff
path: root/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-02-10 17:04:54 +0000
committerPaul Phillips <paulp@improving.org>2011-02-10 17:04:54 +0000
commitc8f326e5f6d55892789bc50bb1616f6371a24e7c (patch)
tree1aa692353c8907b2ca9ddd1528347d66f32463c0 /test/files/presentation/simple-tests/SimpleInteractiveTest.scala
parentd8da9f5d38cc0ca03b796b634c9e203a38f71bba (diff)
downloadscala-c8f326e5f6d55892789bc50bb1616f6371a24e7c.tar.gz
scala-c8f326e5f6d55892789bc50bb1616f6371a24e7c.tar.bz2
scala-c8f326e5f6d55892789bc50bb1616f6371a24e7c.zip
After seeing the 481 line diff I had to apply t...
After seeing the 481 line diff I had to apply to bring the checkfile up to date, I concluded this test cannot be in the general pool: this is the third build break in the last few days, because it changes output like some people change socks. (Hygenic people.) Sorry to move it to disabled iulian, but I don't know what else to do with it on short notice. Review by dragos.
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
-}