From 7a23facb88aaccaec51ed8d2a81d17f8e989443c Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 5 Oct 2005 12:07:40 +0000 Subject: - updated header. --- test/files/run/constructors.scala | 5 ++++- test/files/run/iq.scala | 9 ++++++--- test/files/run/mixins.scala | 5 +++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/test/files/run/constructors.scala b/test/files/run/constructors.scala index e85f3b8667..6f2c6f6ce7 100644 --- a/test/files/run/constructors.scala +++ b/test/files/run/constructors.scala @@ -1,6 +1,9 @@ +//############################################################################ +// Test constructors, including multiple ones. +//############################################################################ // $Id$ -// Test constructors, including multiple ones. +//############################################################################ class A(x: Int, y: Int) { def this(x: Int) = this(x, x); diff --git a/test/files/run/iq.scala b/test/files/run/iq.scala index 87bbe45cd7..6d08db09f9 100644 --- a/test/files/run/iq.scala +++ b/test/files/run/iq.scala @@ -1,6 +1,9 @@ -/* $Id$ - * Test file for immutable queues. - */ +//############################################################################ +// Test file for immutable queues. +//############################################################################ +// $Id$ + +//############################################################################ import scala.collection.immutable.Queue; diff --git a/test/files/run/mixins.scala b/test/files/run/mixins.scala index caab28fe26..dec9818b48 100644 --- a/test/files/run/mixins.scala +++ b/test/files/run/mixins.scala @@ -1,5 +1,10 @@ +//############################################################################ +// Mixins +//############################################################################ // $Id$ +//############################################################################ + // Test 1: "super" coming from mixins object Test1 { -- cgit v1.2.3