summaryrefslogtreecommitdiff
path: root/test/files/run/constructors.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/constructors.scala')
-rw-r--r--test/files/run/constructors.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/run/constructors.scala b/test/files/run/constructors.scala
index e85f3b8667..90926431f9 100644
--- a/test/files/run/constructors.scala
+++ b/test/files/run/constructors.scala
@@ -1,5 +1,3 @@
-// $Id$
-
// Test constructors, including multiple ones.
class A(x: Int, y: Int) {