summaryrefslogtreecommitdiff
path: root/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-02-03 15:08:36 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-02-03 15:08:36 +0000
commit8fb1b1aaffa5167bb7f6986ddcd06f9f4436b2bf (patch)
tree9434640566bbecfff2cb5f676dcb702b4c7d88d3 /test/files/presentation/simple-tests/SimpleInteractiveTest.scala
parent961b881659c16c8b9e12497d522a576adbaaa0c9 (diff)
downloadscala-8fb1b1aaffa5167bb7f6986ddcd06f9f4436b2bf.tar.gz
scala-8fb1b1aaffa5167bb7f6986ddcd06f9f4436b2bf.tar.bz2
scala-8fb1b1aaffa5167bb7f6986ddcd06f9f4436b2bf.zip
Switched back to StoreReporter for presentation...
Switched back to StoreReporter for presentation compiler tests. This eats up error messages, but if the output is correct we don't mind a spurious error here and there. Renabled simple presentation compiler tests. no review.
Diffstat (limited to 'test/files/presentation/simple-tests/SimpleInteractiveTest.scala')
-rw-r--r--test/files/presentation/simple-tests/SimpleInteractiveTest.scala11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/presentation/simple-tests/SimpleInteractiveTest.scala b/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
new file mode 100644
index 0000000000..014fd24b6f
--- /dev/null
+++ b/test/files/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
+}