summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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