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 deletions(-) delete mode 100644 test/files/presentation/simple-tests/SimpleInteractiveTest.scala (limited to 'test/files/presentation/simple-tests/SimpleInteractiveTest.scala') 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 -} -- cgit v1.2.3