summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-13.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/Course-2002-13.scala')
-rw-r--r--test/files/run/Course-2002-13.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/run/Course-2002-13.scala b/test/files/run/Course-2002-13.scala
index 5b426be984..27551b735b 100644
--- a/test/files/run/Course-2002-13.scala
+++ b/test/files/run/Course-2002-13.scala
@@ -1,7 +1,6 @@
//############################################################################
// Programmation IV - 2002 - Week 13
//############################################################################
-// $Id$
class Tokenizer(s: String, delimiters: String) extends Iterator[String] {