summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
blob: ef04defdf29a784f35a16a492c1e51c0d5057226 (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
}