summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala')
-rw-r--r--test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala b/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
deleted file mode 100644
index 014fd24b6f..0000000000
--- a/test/disabled/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
-}