diff options
Diffstat (limited to 'testsuite/tests/basic/maps.ml')
-rw-r--r-- | testsuite/tests/basic/maps.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/basic/maps.ml b/testsuite/tests/basic/maps.ml index f021e00cc..199f6fe4d 100644 --- a/testsuite/tests/basic/maps.ml +++ b/testsuite/tests/basic/maps.ml @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - module IntMap = Map.Make(struct type t = int let compare x y = x-y end) let m1 = IntMap.add 4 "Y" (IntMap.singleton 3 "X1") |