aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/Coder.scala
diff options
context:
space:
mode:
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"))