summaryrefslogtreecommitdiff
path: root/test/files/pos/bug175.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug175.scala')
-rw-r--r--test/files/pos/bug175.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/pos/bug175.scala b/test/files/pos/bug175.scala
index 2ef26589c2..4c0eb28ba0 100644
--- a/test/files/pos/bug175.scala
+++ b/test/files/pos/bug175.scala
@@ -1,5 +1,3 @@
-// $Id$
-
abstract class C {
def this(x: Unit) = { this() }
}