From c9b4254f94424df73d57f510e6004f3e27e46223 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Thu, 31 Mar 2011 14:36:38 +0000 Subject: One breakage too many, this test is a pest -> d... One breakage too many, this test is a pest -> disabled. no review. --- .../presentation/simple-tests/SimpleInteractiveTest.scala | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala (limited to 'test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala') diff --git a/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala b/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala new file mode 100644 index 0000000000..014fd24b6f --- /dev/null +++ b/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala @@ -0,0 +1,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 +} -- cgit v1.2.3