summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-05 12:07:53 +0000
committermichelou <michelou@epfl.ch>2005-10-05 12:07:53 +0000
commit897ffc2114a6a838cf54fea0c69590c99c2c2841 (patch)
tree5801d01d4ef2d8053cd356afeb7462a8792003ae /test
parent7a23facb88aaccaec51ed8d2a81d17f8e989443c (diff)
downloadscala-897ffc2114a6a838cf54fea0c69590c99c2c2841.tar.gz
scala-897ffc2114a6a838cf54fea0c69590c99c2c2841.tar.bz2
scala-897ffc2114a6a838cf54fea0c69590c99c2c2841.zip
- added header.
Diffstat (limited to 'test')
-rw-r--r--test/files/run/map_test.scala7
-rw-r--r--test/files/run/regularpatmat.scala5
2 files changed, 12 insertions, 0 deletions
diff --git a/test/files/run/map_test.scala b/test/files/run/map_test.scala
index 4a7099e642..1173748f80 100644
--- a/test/files/run/map_test.scala
+++ b/test/files/run/map_test.scala
@@ -1,3 +1,10 @@
+//############################################################################
+// Immutable maps
+//############################################################################
+// $Id$
+
+//############################################################################
+
import scala.collection.immutable.Map;
import scala.collection.immutable.TreeMap;
import scala.collection.immutable.ListMap;
diff --git a/test/files/run/regularpatmat.scala b/test/files/run/regularpatmat.scala
index 4d1ac796e0..ab252096ca 100644
--- a/test/files/run/regularpatmat.scala
+++ b/test/files/run/regularpatmat.scala
@@ -1,4 +1,9 @@
+//############################################################################
// Burak's test suite for regular pattern matching
+//############################################################################
+// $Id$
+
+//############################################################################
//import java.lang.System; // to avoid name clash with .NET's library