aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/Coder.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-02-07 15:13:06 +0100
committerMartin Odersky <odersky@gmail.com>2014-02-07 15:13:06 +0100
commit2935c4fc45497a43f76a6eaacef427748f4ab501 (patch)
treef22add715e32a3df67a9615aa1aa68f973c65727 /tests/pos/Coder.scala
parentc643ff5a38812e00ea7d6fbae94114beacd14ecf (diff)
downloaddotty-2935c4fc45497a43f76a6eaacef427748f4ab501.tar.gz
dotty-2935c4fc45497a43f76a6eaacef427748f4ab501.tar.bz2
dotty-2935c4fc45497a43f76a6eaacef427748f4ab501.zip
Generalize test infrastructure
Compiler tests can now be run with configurable number of compilers and runs in a compiler.
Diffstat (limited to 'tests/pos/Coder.scala')
-rw-r--r--tests/pos/Coder.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pos/Coder.scala b/tests/pos/Coder.scala
index cb6464e8b..77bbd134c 100644
--- a/tests/pos/Coder.scala
+++ b/tests/pos/Coder.scala
@@ -50,7 +50,6 @@ class Coder(words: List[String]) {
}
-/** Test code */
object Coder {
def main(args : Array[String]) : Unit = {
val coder = new Coder(List("Scala", "sobls", "Python", "Ruby", "C", "A", "rocks", "sucks", "works", "Racka"))