summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
blob: 014fd24b6fa5772ef43ce458f27b49cd3b6d7df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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
}