summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-06.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/Course-2002-06.scala')
-rw-r--r--test/files/run/Course-2002-06.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/run/Course-2002-06.scala b/test/files/run/Course-2002-06.scala
index e2cfb6daf4..e4fb86a966 100644
--- a/test/files/run/Course-2002-06.scala
+++ b/test/files/run/Course-2002-06.scala
@@ -1,7 +1,6 @@
//############################################################################
// Programmation IV - 2002 - Week 06
//############################################################################
-// $Id$
/** Two-dimensional vector. */
class Vector (_x: Double, _y: Double) {