summaryrefslogtreecommitdiff
path: root/test/files/pos/bug183.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug183.scala')
-rw-r--r--test/files/pos/bug183.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/pos/bug183.scala b/test/files/pos/bug183.scala
index 4804eb3828..d7ed27f730 100644
--- a/test/files/pos/bug183.scala
+++ b/test/files/pos/bug183.scala
@@ -1,5 +1,3 @@
-// $Id$
-
object Test {
new Foo(0);
class Foo(x: Int);