summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-05.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/Course-2002-05.scala')
-rw-r--r--test/files/run/Course-2002-05.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/run/Course-2002-05.scala b/test/files/run/Course-2002-05.scala
index 917084fc97..a1d71e2818 100644
--- a/test/files/run/Course-2002-05.scala
+++ b/test/files/run/Course-2002-05.scala
@@ -1,7 +1,6 @@
//############################################################################
// Programmation IV - 2002 - Week 05
//############################################################################
-// $Id$
object M0 {
def partition[a](xs: List[a], pred: a => Boolean): Pair[List[a], List[a]] = {